hasherUpdate function
Feed data into the hasher.
Implementation
Future<void> hasherUpdate({
required HasherHandle handle,
required List<int> data,
}) => RustLib.instance.api.crateApiHashingHasherUpdate(
handle: handle,
data: data,
);
Feed data into the hasher.
Future<void> hasherUpdate({
required HasherHandle handle,
required List<int> data,
}) => RustLib.instance.api.crateApiHashingHasherUpdate(
handle: handle,
data: data,
);