Extracted from Pike v7.6 release 61 at 2005-12-30.
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.