Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ofek/coincurve
/ functions
Functions
161 in github.com/ofek/coincurve
⨍
Functions
161
◇
Types & classes
17
Method
name
()
scripts/bench.py:66
Method
name
()
scripts/bench.py:136
Function
recoverable_convert
(recover_sig, context: Context = GLOBAL_CONTEXT)
src/coincurve/ecdsa.py:126
Function
samples
()
tests/conftest.py:59
Function
serialize_compact
(raw_sig, context: Context = GLOBAL_CONTEXT)
src/coincurve/ecdsa.py:86
Function
sha256
(bytestr: bytes)
src/coincurve/utils.py:30
Method
sign
()
scripts/bench.py:81
Method
sign
()
scripts/bench.py:151
Function
signature_normalize
Check and optionally convert a signature to a normalized lower-S form. This function always return a tuple containing a boolean (True if
src/coincurve/ecdsa.py:111
Method
test_add
(self)
tests/test_keys.py:103
Method
test_add_update
(self)
tests/test_keys.py:106
Method
test_bytes_greater_than_group_order
(self)
tests/test_utils.py:46
Function
test_bytes_int_conversion
()
tests/test_utils.py:64
Function
test_bytes_int_conversion_padded
()
tests/test_utils.py:69
Function
test_chunk_data
()
tests/test_utils.py:83
Method
test_combine
(self)
tests/test_keys.py:164
Function
test_context_flags
()
tests/test_flags.py:9
Function
test_context_none
()
tests/test_flags.py:16
Method
test_correct
(self)
tests/test_utils.py:23
Function
test_der
(samples)
tests/test_ecdsa.py:6
Function
test_der_conversion
(samples)
tests/test_utils.py:74
Function
test_ec_compressed
()
tests/test_flags.py:21
Function
test_ec_uncompressed
()
tests/test_flags.py:26
Method
test_ecdh
(self)
tests/test_keys.py:97
Method
test_empty_scalar
(self)
tests/test_utils.py:30
Method
test_format
(self, samples)
tests/test_keys.py:139
Method
test_from_der
(self, samples)
tests/test_keys.py:94
Method
test_from_hex
(self, samples)
tests/test_keys.py:85
Method
test_from_int
(self, samples)
tests/test_keys.py:88
Method
test_from_pem
(self, samples)
tests/test_keys.py:91
Method
test_from_point
(self, samples)
tests/test_keys.py:128
Method
test_from_secret
(self, samples)
tests/test_keys.py:125
Method
test_from_signature_and_message
(self, samples)
tests/test_keys.py:133
Function
test_get_valid_secret
()
tests/test_utils.py:34
Method
test_multiply
(self)
tests/test_keys.py:113
Method
test_multiply_update
(self)
tests/test_keys.py:116
Method
test_out_of_range
(self)
tests/test_utils.py:56
Method
test_pad_limit
(self)
tests/test_utils.py:26
Method
test_parity
(self)
tests/test_keys.py:195
Method
test_parse_invalid
(self, samples)
tests/test_keys.py:172
Method
test_point
(self, samples)
tests/test_keys.py:147
Method
test_public_key
(self, samples)
tests/test_keys.py:20
Method
test_roundtrip
(self, samples)
tests/test_keys.py:181
Method
test_schnorr_signature
(self)
tests/test_keys.py:57
Method
test_signature_correct
(self)
tests/test_keys.py:28
Method
test_signature_deterministic
(self, samples)
tests/test_keys.py:38
Method
test_signature_invalid_hasher
(self, samples)
tests/test_keys.py:41
Method
test_signature_recoverable
(self, samples)
tests/test_keys.py:45
Method
test_to_der
(self, samples)
tests/test_keys.py:82
Method
test_to_hex
(self, samples)
tests/test_keys.py:73
Method
test_to_int
(self, samples)
tests/test_keys.py:76
Method
test_to_pem
(self, samples)
tests/test_keys.py:79
Method
test_transform
(self)
tests/test_keys.py:157
Method
test_tweak
(self)
tests/test_keys.py:188
Method
test_valid
(self)
tests/test_utils.py:41
Method
test_verify
(self, samples)
tests/test_keys.py:153
Function
test_verify_signature
(samples)
tests/test_utils.py:78
Method
test_xonly_pubkey
(self, samples)
tests/test_keys.py:23
Method
verify
Verifies a Schnorr signature over a given message. Parameters: signature: The 64-byte Schnorr signature to verify.
src/coincurve/keys.py:735
Method
verify
()
scripts/bench.py:94
Method
verify
()
scripts/bench.py:164
← previous
101–161 of 161, ranked by callers