Example #1
0
 internal static extern int oberon_blind_token(ByteBuffer request, out ByteBuffer response, out ExternError error);
Example #2
0
 internal static extern int oberon_verify_proof(ByteBuffer request, out ByteBuffer response, out ExternError error);
Example #3
0
 internal static extern int oberon_create_key(ByteBuffer request, out ByteBuffer response, out ExternError error);
Example #4
0
 internal static extern int ldproofs_create_proof(ByteBuffer request, out ByteBuffer response, out ExternError error);
Example #5
0
 internal static extern int didcomm_verify(ByteBuffer request, out ByteBuffer response, out ExternError error);
Example #6
0
 internal static extern int didkey_resolve(ByteBuffer request, out ByteBuffer response, out ExternError error);