dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
HMac.start
dcrypt
macs
hmac
HMac
struct
HMac
(D, uint blockSize = D.blockSize)
@
safe
@
nogc
void
start
(
in
ubyte
[]
macKey
= null
)
in { if (!initialized) { assert (macKey !is null, "No mac key!"); } }
if
(
isDigest
!
D
)
Meta
Source
See Implementation
dcrypt
macs
hmac
HMac
functions
finish
put
reset
start