BbsCreateProofContextSetNonceBytes typedef
BbsCreateProofContextSetNonceBytes =
int Function(int handle, ByteArray value, Pointer<ExternError> err)
Dart-friendly typedef for setting the nonce bytes in a BBS+ proof creation context.
Implementation
typedef BbsCreateProofContextSetNonceBytes = int Function(
int handle,
ByteArray value,
Pointer<ExternError> err,
);