BbsCreateProofContextSetPublicKey typedef

BbsCreateProofContextSetPublicKey = int Function(int handle, ByteArray value, Pointer<ExternError> err)

Dart-friendly typedef for setting the public key in a BBS+ proof creation context.

Implementation

typedef BbsCreateProofContextSetPublicKey = int Function(
  int handle,
  ByteArray value,
  Pointer<ExternError> err,
);