menu
pointycastle package
documentation
srp/srp6_standard_groups.dart
SRP6StandardGroups
fromHex static method
fromHex static method
dark_mode
light_mode
fromHex
static method
BigInt
fromHex
(
String
hex
)
Implementation
static BigInt fromHex(String hex) { return BigInt.parse(hex, radix: 16); }
pointycastle package
documentation
srp/srp6_standard_groups
SRP6StandardGroups
fromHex static method
SRP6StandardGroups class