Module fuel_crypto::secp256r1

source ·
Expand description

secp256r1 implementations

Modules§

  • secp256r1 (P-256) functions

Functions§

  • encode_pubkeytest-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_prehashedtest-helpers
    Sign a prehashed message. With the given key.