Expand description
secp256r1 (P-256) functions
Functionsยง
- encode_
pubkey test-helpers
Convert the public key point to its uncompressed non-prefixed representation, i.e. 32 bytes of x coordinate and 32 bytes of y coordinate. - Recover a public key from a signature and a message digest. It assumes a compacted signature
- sign_
prehashed test-helpers
Sign a prehashed message. With the given key.