Module global
secp256k1
0.28.2
Module global
Structs
Statics
In crate secp256k1
Modules
constants
ecdh
ecdsa
ellswift
global
scalar
schnorr
Macros
impl_array_newtype
Structs
AllPreallocated
InvalidParityValue
Keypair
Message
PublicKey
Secp256k1
SecretKey
SignOnlyPreallocated
VerifyOnlyPreallocated
XOnlyPublicKey
Enums
All
Error
Parity
SignOnly
VerifyOnly
Statics
SECP256K1
Traits
Context
PreallocatedContext
Signing
ThirtyTwoByteHash
Verification
?
Settings
Module
secp256k1
::
global
Copy item path
source
·
[
−
]
Expand description
Module implementing a singleton pattern for a global
Secp256k1
context.
Structs
§
GlobalContext
Proxy struct for global
SECP256K1
context.
Statics
§
SECP256K1
A global static context to avoid repeatedly creating contexts.