mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-24 12:05:51 -08:00
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.
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.