bign256 0.13.1

Pure Rust implementation of the Bign P-256 (a.k.a. bign-curve256v1) elliptic curve as defined in STB 34.101.45-2013, with general purpose curve arithmetic
Documentation
1
2
3
4
5
//! secp256r1 test vectors.

#[cfg(test)]
pub mod field;
pub mod group;