Files
rosenpass/ciphers
David Niehues a6bac74d48 docs(ciphers+cipher-traits):fix most broken doc-links in the ciphers and cipher-traits crates.
Some links in the documentation of the ciphers and cipher-traits were broken or linked to private fields.
This PR fixes most of these occasions and some more warnings in cargo doc.

The reaming issues are links to chacha20poly1305_ietf, that are broken because the feature experiment_libcrux corresponding feature is enabled. Analogously, disabling the feature would lead to broken links to chacha20poly1305_ietf_libcrux.
2024-12-16 16:33:18 +01:00
..
2024-10-01 11:22:45 +01:00

Rosenpass internal cryptographic primitives

Ciphers and other cryptographic primitives used by rosenpass.

This is an internal library; not guarantee is made about its API at this point in time.