dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
GMac.put
dcrypt
macs
gmac
GMac
Update the MAC with a block of bytes.
struct
GMac
(T)
nothrow @
nogc
void
put
(
in
ubyte
[]
input
...
)
if
(
isBlockCipher
!
T
)
Parameters
input
ubyte
[]
The ubyte slice containing the data.
Meta
Source
See Implementation
dcrypt
macs
gmac
GMac
functions
finish
put
reset
start
manifest constants
macSize
name
Update the MAC with a block of bytes.