encrypt method
Encrypt binary to encrypted binary.
Implementation
@MPI(name: "mesh.crypt.encrypt")
Future<Uint8List?> encrypt(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) {
throw UnimplementedError('encrypt() has not been implemented.');
}