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