MCPcopy Create free account

hub / github.com/ofek/coincurve / functions

Functions161 in github.com/ofek/coincurve

Methodname
()
scripts/bench.py:66
Methodname
()
scripts/bench.py:136
Functionrecoverable_convert
(recover_sig, context: Context = GLOBAL_CONTEXT)
src/coincurve/ecdsa.py:126
Functionsamples
()
tests/conftest.py:59
Functionserialize_compact
(raw_sig, context: Context = GLOBAL_CONTEXT)
src/coincurve/ecdsa.py:86
Functionsha256
(bytestr: bytes)
src/coincurve/utils.py:30
Methodsign
()
scripts/bench.py:81
Methodsign
()
scripts/bench.py:151
Functionsignature_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
Methodtest_add
(self)
tests/test_keys.py:103
Methodtest_add_update
(self)
tests/test_keys.py:106
Methodtest_bytes_greater_than_group_order
(self)
tests/test_utils.py:46
Functiontest_bytes_int_conversion
()
tests/test_utils.py:64
Functiontest_bytes_int_conversion_padded
()
tests/test_utils.py:69
Functiontest_chunk_data
()
tests/test_utils.py:83
Methodtest_combine
(self)
tests/test_keys.py:164
Functiontest_context_flags
()
tests/test_flags.py:9
Functiontest_context_none
()
tests/test_flags.py:16
Methodtest_correct
(self)
tests/test_utils.py:23
Functiontest_der
(samples)
tests/test_ecdsa.py:6
Functiontest_der_conversion
(samples)
tests/test_utils.py:74
Functiontest_ec_compressed
()
tests/test_flags.py:21
Functiontest_ec_uncompressed
()
tests/test_flags.py:26
Methodtest_ecdh
(self)
tests/test_keys.py:97
Methodtest_empty_scalar
(self)
tests/test_utils.py:30
Methodtest_format
(self, samples)
tests/test_keys.py:139
Methodtest_from_der
(self, samples)
tests/test_keys.py:94
Methodtest_from_hex
(self, samples)
tests/test_keys.py:85
Methodtest_from_int
(self, samples)
tests/test_keys.py:88
Methodtest_from_pem
(self, samples)
tests/test_keys.py:91
Methodtest_from_point
(self, samples)
tests/test_keys.py:128
Methodtest_from_secret
(self, samples)
tests/test_keys.py:125
Methodtest_from_signature_and_message
(self, samples)
tests/test_keys.py:133
Functiontest_get_valid_secret
()
tests/test_utils.py:34
Methodtest_multiply
(self)
tests/test_keys.py:113
Methodtest_multiply_update
(self)
tests/test_keys.py:116
Methodtest_out_of_range
(self)
tests/test_utils.py:56
Methodtest_pad_limit
(self)
tests/test_utils.py:26
Methodtest_parity
(self)
tests/test_keys.py:195
Methodtest_parse_invalid
(self, samples)
tests/test_keys.py:172
Methodtest_point
(self, samples)
tests/test_keys.py:147
Methodtest_public_key
(self, samples)
tests/test_keys.py:20
Methodtest_roundtrip
(self, samples)
tests/test_keys.py:181
Methodtest_schnorr_signature
(self)
tests/test_keys.py:57
Methodtest_signature_correct
(self)
tests/test_keys.py:28
Methodtest_signature_deterministic
(self, samples)
tests/test_keys.py:38
Methodtest_signature_invalid_hasher
(self, samples)
tests/test_keys.py:41
Methodtest_signature_recoverable
(self, samples)
tests/test_keys.py:45
Methodtest_to_der
(self, samples)
tests/test_keys.py:82
Methodtest_to_hex
(self, samples)
tests/test_keys.py:73
Methodtest_to_int
(self, samples)
tests/test_keys.py:76
Methodtest_to_pem
(self, samples)
tests/test_keys.py:79
Methodtest_transform
(self)
tests/test_keys.py:157
Methodtest_tweak
(self)
tests/test_keys.py:188
Methodtest_valid
(self)
tests/test_utils.py:41
Methodtest_verify
(self, samples)
tests/test_keys.py:153
Functiontest_verify_signature
(samples)
tests/test_utils.py:78
Methodtest_xonly_pubkey
(self, samples)
tests/test_keys.py:23
Methodverify
Verifies a Schnorr signature over a given message. Parameters: signature: The 64-byte Schnorr signature to verify.
src/coincurve/keys.py:735
Methodverify
()
scripts/bench.py:94
Methodverify
()
scripts/bench.py:164
← previous101–161 of 161, ranked by callers