bbsCreateProofContextInit property

BbsCreateProofContextInit bbsCreateProofContextInit
latefinal

Initializes the BBS proof creation context.

This function links to the native bbs_create_proof_context_init function.

Implementation

late final BbsCreateProofContextInit bbsCreateProofContextInit = _lib
    .lookup<NativeFunction<bbs_create_proof_context_init_native>>(
        'bbs_create_proof_context_init')
    .asFunction();