hash method
Hash compute the hash value. 对二进制数据计算摘要.
Implementation
@MPI(name: "mesh.crypt.hash")
Future<Uint8List?> hash(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) {
throw UnimplementedError('hash() has not been implemented.');
}
Hash compute the hash value. 对二进制数据计算摘要.
@MPI(name: "mesh.crypt.hash")
Future<Uint8List?> hash(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) {
throw UnimplementedError('hash() has not been implemented.');
}