☰
Other items in
secp256k1_sys
Modules
types
Macros
impl_array_newtype
impl_raw_debug
Structs
Context
KeyPair
PublicKey
Signature
XOnlyPublicKey
Constants
SECP256K1_SER_COMPRESSED
SECP256K1_SER_UNCOMPRESSED
SECP256K1_START_NONE
SECP256K1_START_SIGN
SECP256K1_START_VERIFY
Statics
secp256k1_context_no_precomp
secp256k1_ecdh_hash_function_default
secp256k1_nonce_function_bip340
secp256k1_nonce_function_default
secp256k1_nonce_function_rfc6979
Traits
CPtr
Functions
ecdsa_signature_parse_der_lax
rustsecp256k1_v0_4_1_default_error_callback_fn
rustsecp256k1_v0_4_1_default_illegal_callback_fn
secp256k1_context_preallocated_clone
secp256k1_context_preallocated_clone_size
secp256k1_context_preallocated_create
secp256k1_context_preallocated_destroy
secp256k1_context_preallocated_size
secp256k1_context_randomize
secp256k1_ec_privkey_negate
secp256k1_ec_privkey_tweak_add
secp256k1_ec_privkey_tweak_mul
secp256k1_ec_pubkey_combine
secp256k1_ec_pubkey_create
secp256k1_ec_pubkey_negate
secp256k1_ec_pubkey_parse
secp256k1_ec_pubkey_serialize
secp256k1_ec_pubkey_tweak_add
secp256k1_ec_pubkey_tweak_mul
secp256k1_ec_seckey_negate
secp256k1_ec_seckey_tweak_add
secp256k1_ec_seckey_tweak_mul
secp256k1_ec_seckey_verify
secp256k1_ecdh
secp256k1_ecdsa_sign
secp256k1_ecdsa_signature_normalize
secp256k1_ecdsa_signature_parse_compact
secp256k1_ecdsa_signature_parse_der
secp256k1_ecdsa_signature_serialize_compact
secp256k1_ecdsa_signature_serialize_der
secp256k1_ecdsa_verify
secp256k1_keypair_create
secp256k1_keypair_pub
secp256k1_keypair_sec
secp256k1_keypair_xonly_pub
secp256k1_keypair_xonly_tweak_add
secp256k1_schnorrsig_sign
secp256k1_schnorrsig_verify
secp256k1_xonly_pubkey_from_pubkey
secp256k1_xonly_pubkey_parse
secp256k1_xonly_pubkey_serialize
secp256k1_xonly_pubkey_tweak_add
secp256k1_xonly_pubkey_tweak_add_check
Type Definitions
EcdhHashFn
NonceFn
SchnorrNonceFn
ayu
dark
light
All crates
ahash
aho_corasick
ansi_term
anyhow
atty
bech32
bincode
bit_set
bit_vec
bitcoin
bitcoin_hashes
bitflags
cfg_if
clap
convert_case
core2
crunchy
cryptoxide
enum_primitive
fancy_regex
hashbrown
hex
hex_literal
itoa
libc
libloading
memchr
num
num_bigint
num_complex
num_integer
num_iter
num_rational
num_traits
ordered_float
paste
proc_macro2
proc_macro_error
proc_macro_error_attr
qimalloc
quote
regex
regex_syntax
remain
rust_ssvm
ryu
secp256k1
secp256k1_sys
serde
serde_derive
serde_json
serde_value
sewup
sewup_derive
ss_ewasm_api
ssvm_evmc_client
ssvm_evmc_sys
strsim
syn
textwrap
thiserror
thiserror_impl
tiny_keccak
toml
unicode_width
unicode_xid
vec_map
?
Function
secp256k1_sys
::
secp256k1_context_preallocated_destroy
[
−
]
[src]
pub unsafe extern "C" fn secp256k1_context_preallocated_destroy(
cx:
*mut
Context
)