menu
webthree package
documentation
crypto.dart
keccakUtf8 function
keccakUtf8 function
dark_mode
light_mode
keccakUtf8
function
Uint8List
keccakUtf8
(
String
input
)
Implementation
Uint8List keccakUtf8(
String
input) {
return
keccak256(uint8ListFromList(utf8.encode(input))); }
webthree package
documentation
crypto
keccakUtf8 function
crypto library
Classes
MsgSignature
Properties
keccakDigest
Functions
bytesToHex
bytesToInt
bytesToUnsignedInt
compressPublicKey
decompressPublicKey
ecRecover
generateNewPrivateKey
hexToBytes
hexToDartInt
hexToInt
intToBytes
isValidSignature
keccak256
keccakAscii
keccakUtf8
privateKeyBytesToPublic
privateKeyToPublic
publicKeyToAddress
sign
strip0x
unsignedIntToBytes