ECDSA::Math
Class methods
bit_length(integer)
Sourcehash(base : Bytes | String) : String
Sourcemod_exp(a : BigInt, exp : BigInt, mod : BigInt)
Sourcemod_inverse(a : BigInt, n : BigInt) : BigInt
Sourcemod_sqrt(a : BigInt, n : BigInt) : BigInt
Sourcenormalize_digest(hexdigest : String, bit_length : Int) : BigInt
Sourcerandom(n1 : BigInt, n2 : BigInt) : BigInt
Sourcesha3_256(base : Bytes | String) : String
Source