BbsCreateProofContextInit typedef

BbsCreateProofContextInit = int Function(Pointer<ExternError> err)

Dart-friendly typedef for initializing a BBS+ proof context.

Implementation

typedef BbsCreateProofContextInit = int Function(
  Pointer<ExternError> err,
);