dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
HMac.put
dcrypt
macs
hmac
HMac
Update the MAC with a block of bytes.
struct
HMac
(D, uint blockSize = D.blockSize)
@
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
macs
hmac
HMac
destructors
~this
functions
finish
put
reset
start
manifest constants
macSize
name
Update the MAC with a block of bytes.