bbsCreateProofContextSetPublicKey property

BbsCreateProofContextSetPublicKey bbsCreateProofContextSetPublicKey
latefinal

Sets the public key for the BBS proof creation context.

This function links to the native bbs_create_proof_context_set_public_key function.

Implementation

late final BbsCreateProofContextSetPublicKey
    bbsCreateProofContextSetPublicKey = _lib
        .lookup<
            NativeFunction<bbs_create_proof_context_set_public_key_native>>(
          'bbs_create_proof_context_set_public_key',
        )
        .asFunction();