dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
WrapperMac.put
dcrypt
crypto
macs
mac
WrapperMac
update the MAC with a single byte.
void
put
(ubyte input)
class
WrapperMac
(T)
@
safe
nothrow
void
put
(
ubyte
input
)
if
(
isMAC
!
T
)
void
put
(ubyte[] input)
Parameters
input
ubyte
the input byte to be entered.
Meta
Source
See Implementation
dcrypt
crypto
macs
mac
WrapperMac
functions
doFinal
put
reset
start
properties
macSize
name
update the MAC with a single byte.