menu
pointycastle package
documentation
digests/keccak.dart
KeccakDigest
updateByte method
updateByte method
dark_mode
light_mode
updateByte
method
@
override
void
updateByte
(
int
inp
)
inherited
Add one byte of data to the digested input.
Implementation
@override void updateByte(int inp) { absorb(inp); }
pointycastle package
documentation
digests/keccak
KeccakDigest
updateByte method
KeccakDigest class