Files
rosenpass/cipher-traits
David Niehues ae3fbde0a3 test(fix-doctest): fix doctests where a function is wrapped around a doctest but the function is never called
In the doctests in kem.rs, the actual tests that are run to verify that the KyberKem and the DummyKem actually work
are wrapped inside a function to make use of the ?-operator. However, these functions were never called and thus
the tests weren't really helpful and didn't provide proper coverage.
2024-12-16 17:05:41 +01:00
..
2024-12-11 21:08:40 +01:00

Rosenpass internal cryptographic traits

Rosenpass internal library providing traits for cryptographic primitives.

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