dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
WrapperMac.put
dcrypt
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
macs
mac
WrapperMac
functions
doFinal
put
reset
start
properties
macSize
name
update the MAC with a single byte.