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

CalcHMAC_SHA256

Declaration

Source position: flcHash.pas line 614

function CalcHMAC_SHA256(

  const Key: Pointer;

  const KeySize: Int32;

  const Buf;

  const BufSize: NativeInt

):T256BitDigest; overload;

function CalcHMAC_SHA256(

  const Key: RawByteString;

  const Buf;

  const BufSize: NativeInt

):T256BitDigest; overload;

function CalcHMAC_SHA256(

  const Key: RawByteString;

  const Buf: RawByteString

):T256BitDigest; overload;



CT Web help

CodeTyphon Studio