Appearance
base64ToBigInt(b64, padded): bigint
b64
padded
bigint
Defined in: hash.ts:152
Parse a base64 string into a bigint. When padded is true, the decoded bytes must be exactly 32.
string
boolean