bbsCreateProofContextSize property

BbsCreateProofContextSize bbsCreateProofContextSize
latefinal

Retrieves the size of the BBS proof creation context.

This function links to the native bbs_create_proof_context_size function.

Implementation

late final BbsCreateProofContextSize bbsCreateProofContextSize = _lib
    .lookup<NativeFunction<bbs_create_proof_context_size_native>>(
        'bbs_create_proof_context_size')
    .asFunction();