Crate kyber_rs

Source

Re-exports§

pub use group::Group;
pub use group::Point;
pub use group::Scalar;
pub use random::Random;

Modules§

cipher
dh
encoding
encrypt
group
random
share
sign
util

Traits§

XOF
An XOF is an extendable output function, which is a cryptographic primitive that can take arbitrary input in the same way a hash function does, and then create a stream of output, up to a limit determined by the size of the internal state of the hash function the underlies the XOF.
XOFFactory
An XOFFactory is a trait that can be mixed in to local suite definitions.