[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

g_compute_hmac_for_string

Declaration

Source position: lazglib2.pas line 4269

function g_compute_hmac_for_string(

  digest_type: TGChecksumType;

  key: Pguint8;

  key_len: gsize;

  str: Pgchar;

  length: gssize

):Pgchar;