p256_flow 1.0.0

Flow-Rust-SDK Version of p256 Pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1) elliptic curve with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic Heavily modified for signing Flow blockchain transactions
Documentation
1
2
3
4
5
6
//! secp256r1 test vectors.

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