Module fuel_crypto::secp256r1
source · Expand description
secp256r1 (P-256) functions
Functions
- Convert the publi key point to it’s 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.