bbsCreateProofContextSetNonceBytes property
Sets the nonce bytes for the BBS proof creation context.
This function links to the native bbs_create_proof_context_set_nonce_bytes
function.
Implementation
late final BbsCreateProofContextSetNonceBytes
bbsCreateProofContextSetNonceBytes = _lib
.lookup<
NativeFunction<bbs_create_proof_context_set_nonce_bytes_native>>(
'bbs_create_proof_context_set_nonce_bytes',
)
.asFunction();