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

CalcHMAC_SHA1

Declaration

Source position: flcCryptoHash.pas line 455

function CalcHMAC_SHA1(

  const Key: Pointer;

  const KeySize: Int32;

  const Buf;

  const BufSize: NativeInt

):T160BitDigest; overload;

function CalcHMAC_SHA1(

  const Key: RawByteString;

  const Buf;

  const BufSize: NativeInt

):T160BitDigest; overload;

function CalcHMAC_SHA1(

  const Key: RawByteString;

  const Buf: RawByteString

):T160BitDigest; overload;



CT Web help

CodeTyphon Studio