dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
HMac.put
dcrypt
macs
hmac
HMac
Update the MAC with a block of bytes.
struct
HMac
(D, uint blockSize = D.blockSize)
@
safe
void
put
nothrow @
nogc
(
in
ubyte
[]
input
...
)
in { assert (initialized, "HMac not initialized! Call init() first"); }
if
(
isDigest
!
D
)
Parameters
input
Type:
ubyte
[]
The ubyte slice containing the data.
Meta
Source
See Implementation
dcrypt
macs
hmac
HMac
functions
finish
put
reset
start
Update the MAC with a block of bytes.