- Index
- »
- io
- »
- func:ioHmac
def
func:ioHmac
ioHmac(handle, algorithm, key)
Generate an HMAC message authentication as specified by RFC 2104. See Buf.hmac
.
Example:
ioHmac("foo", "SHA-1", "secret").ioToBase64
Generate an HMAC message authentication as specified by RFC 2104. See Buf.hmac
.
Example:
ioHmac("foo", "SHA-1", "secret").ioToBase64