[][src]Crate poly1305

The Poly1305 universal hash function and message authentication code

Re-exports

pub use universal_hash;

Structs

Poly1305

The Poly1305 universal hash function.

Constants

BLOCK_SIZE

Size of the blocks Poly1305 acts upon

KEY_SIZE

Size of a Poly1305 key

Type Definitions

Block

Poly1305 blocks (16-bytes)

Key

Poly1305 keys (32-bytes)

Tag

Poly1305 tags (16-bytes)