Utility
Conversions
int —> char
chr()char —> int
ord()bytes —> HEX
<BYTES>.hex()HEX —> bytes
bytes.fromhex(<HEX>)HEX —> int
int —> HEX
bytes —> int
int —> bytes
bytes —> Base64
Base64 —> bytes
bytes XOR bytes
Functions
GCD
Modular Inverse
Extended Euclidean
Chinese Remainder Theorem
Congruence Resolution
A*? = B mod N
Discrete Logarithm
N-th root
N-th root Extended
Large Number
Modular Square Root
SAT & SMT solver
Discrete Logarithm
Factorization
Chinese Remainder Theorem
Last updated