Poly1305.finish

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

Meta