dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
WrapperMac.put
dcrypt
macs
mac
WrapperMac
update the MAC with a block of bytes.
void
put
(
ubyte
input
)
void
put
(
in
ubyte
[]
input
)
class
WrapperMac
(T)
@
safe
void
put
nothrow
(
in
ubyte
[]
input
)
if
(
isMAC
!
T
)
Meta
Source
See Implementation
dcrypt
macs
mac
WrapperMac
functions
doFinal
put
reset
properties
macSize
update the MAC with a block of bytes.