Method Crypto.HMAC()->create()
- Method
create
Crypto.HMAC Crypto.HMAC(
.Hash
h
,int(1..)
|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 block_size() of
h
.