twenty-first 2.0.2

Collection of mathematics routines and cryptography for the twenty-first century.
Documentation
1
2
3
4
5
6
7
8
9
pub mod b_field_element;
pub mod bfield_codec;
pub mod lattice;
pub mod ntt;
pub mod other;
pub mod polynomial;
pub mod traits;
pub mod x_field_element;
pub mod zerofier_tree;