Skip to main content

Module p256

Module p256 

Source

Re-exports§

pub use p256;

Structs§

P256
P256 (a.k.a. secp256r1) Elliptic Curve Digital Signature Algorithm
P256CompressedPublicKey
Compressed P256 public key, i.e. x coordinate with leading SEC-1 tag byte.
P256Signature
P256 signature
P256UncompressedPublicKey
Uncompressed P256 public key without leading SEC-1 tag byte.