Modules§
- ECDSA on P256
Enums§
Functions§
- Parse an compressed P256 point and return the 64 byte array with the concatenation of
X
andY
. - Compute the ECDH with the
private_key
andpublic_key
. - Compute the public key for the provided
private_key
. - Parse an uncompressed P256 point and return the 64 byte array with the concatenation of X||Y
- Validate a P256 point, where
point
is a 64 byte array with the concatenation ofX
andY
. - Validate a P256 secret key (scalar).
- Validate a P256 secret key (scalar).