dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
GMac.put
dcrypt
macs
gmac
GMac
Update the MAC with a block of bytes.
struct
GMac
(T)
void
put
nothrow @
nogc
(
in
ubyte
[]
input
...
)
in { assert (initialized, "GMac not initialized. call init() first."); }
if
(
isBlockCipher
!
T
)
Parameters
input
Type:
ubyte
[]
The ubyte slice containing the data.
Meta
Source
See Implementation
dcrypt
macs
gmac
GMac
functions
finish
put
reset
Update the MAC with a block of bytes.