Structs

  • Represents “k256::PublicKey” and “k256::ecdsa::VerifyingKey”. By default serializes as hex string.

Constants

  • The size (in bytes) of a public key. ref. “secp256k1::constants::PUBLIC_KEY_SIZE”
  • The size (in bytes) of an serialized uncompressed public key. ref. “secp256k1::constants::UNCOMPRESSED_PUBLIC_KEY_SIZE”

Functions