Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Crypto
Crypto.HMAC

Method Crypto.HMAC()->create()


Method create

void Crypto.HMAC(.Hash h, int|void b)

Parameter h

The hash object on which the HMAC object should base its operations. Typical input is Crypto.MD5 .

Parameter b

The block size of one compression block, in octets. Defaults to 64.