Poly1305.finish

Undocumented in source.
  1. ubyte[macSize] finish()
  2. ubyte[] finish(ubyte[] output)
    struct Poly1305(Cipher)
    ubyte[]
    finish
    (
    ubyte[] output
    )
    if (
    (
    isBlockCipher!Cipher &&
    Cipher.blockSize == 16
    )
    ||
    is(Cipher == void)
    )

Meta