Poly1305.put

Undocumented in source. Be warned that the author may not have intended to support it.
struct Poly1305(Cipher)
void
put
(
in ubyte[] inp...
)
if (
(
isBlockCipher!Cipher &&
Cipher.blockSize == 16
)
||
is(Cipher == void)
)

Meta