List of all items
Structs
- Message
- RecoverableSignature
- RecoveryId
- Secp256k1
- Signature
- ecdh::SharedSecret
- ffi::Context
- ffi::PublicKey
- ffi::RecoverableSignature
- ffi::SharedSecret
- ffi::Signature
- key::PublicKey
- key::SecretKey
- schnorr::Signature
Enums
Functions
- ffi::ecdsa_signature_parse_der_lax
- ffi::secp256k1_context_clone
- ffi::secp256k1_context_create
- ffi::secp256k1_context_destroy
- ffi::secp256k1_context_randomize
- ffi::secp256k1_ec_privkey_tweak_add
- ffi::secp256k1_ec_privkey_tweak_mul
- ffi::secp256k1_ec_pubkey_combine
- ffi::secp256k1_ec_pubkey_create
- ffi::secp256k1_ec_pubkey_parse
- ffi::secp256k1_ec_pubkey_serialize
- ffi::secp256k1_ec_pubkey_tweak_add
- ffi::secp256k1_ec_pubkey_tweak_mul
- ffi::secp256k1_ec_seckey_verify
- ffi::secp256k1_ecdh
- ffi::secp256k1_ecdsa_recover
- ffi::secp256k1_ecdsa_recoverable_signature_convert
- ffi::secp256k1_ecdsa_recoverable_signature_parse_compact
- ffi::secp256k1_ecdsa_recoverable_signature_serialize_compact
- ffi::secp256k1_ecdsa_sign
- ffi::secp256k1_ecdsa_sign_recoverable
- ffi::secp256k1_ecdsa_signature_normalize
- ffi::secp256k1_ecdsa_signature_parse_compact
- ffi::secp256k1_ecdsa_signature_parse_der
- ffi::secp256k1_ecdsa_signature_serialize_compact
- ffi::secp256k1_ecdsa_signature_serialize_der
- ffi::secp256k1_ecdsa_verify
- ffi::secp256k1_schnorr_recover
- ffi::secp256k1_schnorr_sign
- ffi::secp256k1_schnorr_verify
Type Aliases
Statics
Constants
- constants::COMPACT_SIGNATURE_SIZE
- constants::COMPRESSED_PUBLIC_KEY_SIZE
- constants::CURVE_ORDER
- constants::GENERATOR_X
- constants::GENERATOR_Y
- constants::MAX_SIGNATURE_SIZE
- constants::MESSAGE_SIZE
- constants::PUBLIC_KEY_SIZE
- constants::SCHNORR_SIGNATURE_SIZE
- constants::SECRET_KEY_SIZE
- constants::UNCOMPRESSED_PUBLIC_KEY_SIZE
- ffi::SECP256K1_SER_COMPRESSED
- ffi::SECP256K1_SER_UNCOMPRESSED
- ffi::SECP256K1_START_NONE
- ffi::SECP256K1_START_SIGN
- ffi::SECP256K1_START_VERIFY
- key::ONE_KEY
- key::ZERO_KEY