menu
secp256k1_ecdsa package
documentation
secp256k1.dart
Utilities
bigIntToHex static method
bigIntToHex static method
dark_mode
light_mode
bigIntToHex
static method
String
bigIntToHex
(
BigInt
num
)
number to 32b hex
Implementation
static String bigIntToHex(BigInt num) => bytesToHex(bigIntToBytes(num));
secp256k1_ecdsa package
documentation
secp256k1
Utilities
bigIntToHex static method
Utilities class