Unit 'flcCryptoHash' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

CalcHMAC_SHA512

Declaration

Source position: flcCryptoHash.pas line 489

function CalcHMAC_SHA512(

  const Key: Pointer;

  const KeySize: Int32;

  const Buf;

  const BufSize: NativeInt

):T512BitDigest; overload;

function CalcHMAC_SHA512(

  const Key: RawByteString;

  const Buf;

  const BufSize: NativeInt

):T512BitDigest; overload;

function CalcHMAC_SHA512(

  const Key: RawByteString;

  const Buf: RawByteString

):T512BitDigest; overload;



CT Web help

CodeTyphon Studio