-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathkeywords.txt
72 lines (63 loc) · 2.43 KB
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#######################################
# Syntax Coloring Map
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
secp256k1_context KEYWORD1
secp256k1_scratch_space KEYWORD1
secp256k1_pubkey KEYWORD1
secp256k1_ecdsa_signature KEYWORD1
secp256k1_context_no_precomp KEYWORD1
secp256k1_ecdsa_recoverable_signature KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
secp256k1_context_create KEYWORD2
secp256k1_context_clone KEYWORD2
secp256k1_context_destroy KEYWORD2
secp256k1_context_set_illegal_callback KEYWORD2
secp256k1_context_set_error_callback KEYWORD2
secp256k1_scratch_space_create KEYWORD2
secp256k1_scratch_space_destroy KEYWORD2
secp256k1_ec_pubkey_parse KEYWORD2
secp256k1_ec_pubkey_serialize KEYWORD2
secp256k1_ecdsa_signature_parse_compact KEYWORD2
secp256k1_ecdsa_signature_parse_der KEYWORD2
secp256k1_ecdsa_signature_serialize_der KEYWORD2
secp256k1_ecdsa_signature_serialize_compact KEYWORD2
secp256k1_ecdsa_verify KEYWORD2
secp256k1_ecdsa_signature_normalize KEYWORD2
secp256k1_ecdsa_sign KEYWORD2
secp256k1_ec_seckey_verify KEYWORD2
secp256k1_ec_pubkey_create KEYWORD2
secp256k1_ec_privkey_negate KEYWORD2
secp256k1_ec_pubkey_negate KEYWORD2
secp256k1_ec_privkey_tweak_add KEYWORD2
secp256k1_ec_pubkey_tweak_add KEYWORD2
secp256k1_ec_privkey_tweak_mul KEYWORD2
secp256k1_ec_pubkey_tweak_mul KEYWORD2
secp256k1_context_randomize KEYWORD2
secp256k1_ec_pubkey_combine KEYWORD2
secp256k1_context_preallocated_size KEYWORD2
secp256k1_context_preallocated_create KEYWORD2
secp256k1_context_preallocated_clone_size KEYWORD2
secp256k1_context_preallocated_clone KEYWORD2
secp256k1_context_preallocated_destroy KEYWORD2
secp256k1_ecdh KEYWORD2
secp256k1_ecdsa_recoverable_signature_parse_compact KEYWORD2
secp256k1_ecdsa_recoverable_signature_convert KEYWORD2
secp256k1_ecdsa_recoverable_signature_serialize_compact KEYWORD2
secp256k1_ecdsa_sign_recoverable KEYWORD2
secp256k1_ecdsa_recover KEYWORD2
secp256k1_nonce_function KEYWORD2
secp256k1_nonce_function_rfc6979 KEYWORD2
secp256k1_nonce_function_default KEYWORD2
secp256k1_ecdh_hash_function_sha256 KEYWORD2
secp256k1_ecdh_hash_function_default KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
SECP256K1_CONTEXT_VERIFY LITERAL1
SECP256K1_CONTEXT_SIGN LITERAL1
SECP256K1_CONTEXT_NONE LITERAL1