1
2
3
4
5
//! ECDSA provider for the *ring* crate (supporting NIST P-256/P-384)

pub mod p256;
pub mod p384;
mod signer;