Docs.rs
libcrux-poly1305-0.0.4
libcrux-poly1305 0.0.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:cryspen:crates
Dependencies
libcrux-hacl-rs =0.0.4
normal
libcrux-macros =0.0.3
normal
Versions
85.71%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate libcrux_poly1305
libcrux_
poly1305
0.0.4
All Items
Crate Items
Enums
Constants
Functions
Crate
libcrux_
poly1305
Copy item path
Source
Enums
§
Error
Describes the error conditions of the Poly1305 MAC.
Constants
§
KEY_LEN
The length of ChaCha20-Poly1305 keys.
TAG_LEN
The length of Poly1305 MAC tags.
Functions
§
mac
Computes the Poly1305 MAC tag for the provided
key
and
msg
and writes it into
tag
.