dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
HMac.put
dcrypt
crypto
macs
hmac
HMac
update the MAC with a block of bytes.
struct
HMac
(D)
@
safe
nothrow @
nogc
void
put
(
in
ubyte
[]
input
...
)
if
(
isDigest
!
D
)
Parameters
input
ubyte
[]
the ubyte slice containing the data.
Meta
Source
See Implementation
dcrypt
crypto
macs
hmac
HMac
functions
doFinal
finish
put
reset
start
manifest constants
macSize
name
update the MAC with a block of bytes.