Expand description
§Small elliptic curves for testing
Warning: these are not in any way secure. Only use them in tests when you need a curve with a small order.
§Features
serde: serde support for elliptic_curve::PublicKey
parametrized by the curves from this crate.
ecdsa: ecdsa support for ecdsa::SigningKey and ecdsa::VerifyingKey
parametrized by the curves from this crate.
pkcs8: elliptic_curve::pkcs8 support for elliptic_curve::SecretKey
and elliptic_curve::PublicKey parametrized by the curves from this crate.
bip32: bip32 support via newtypes PrivateKeyBip32 and PublicKeyBip32.
Structs§
- Private
KeyBip32 bip32 - A newtype wrapper for
elliptic_curve::SecretKeyimplementingbip32traits. - Public
KeyBip32 bip32 - A newtype wrapper for
elliptic_curve::PublicKeyimplementingbip32traits. - Tiny
Curve16 - An elliptic curve with a 16-bit order.
- Tiny
Curve32 - An elliptic curve with a 32-bit order.
- Tiny
Curve64 - An elliptic curve with a 64-bit order.