Exemplo n.º 1
0
 internal static extern int bbs_verify_proof_context_add_message_string(ulong handle, uint index, string message, out ExternError err);
Exemplo n.º 2
0
 internal static extern ulong bbs_verify_proof_context_init(out ExternError err);
Exemplo n.º 3
0
 internal static extern int bbs_verify_proof_context_finish(ulong handle, out ExternError err);
Exemplo n.º 4
0
 internal static extern int bbs_unblind_signature(ByteBuffer blind_signature, ByteBuffer blinding_factor, out ByteBuffer unblind_signature, out ExternError err);
Exemplo n.º 5
0
 internal static extern int bbs_verify_context_set_signature(ulong handle, ByteBuffer signature, out ExternError err);
Exemplo n.º 6
0
 internal static extern int bbs_verify_proof_context_set_nonce_string(ulong handle, string nonce, out ExternError err);
Exemplo n.º 7
0
 internal static extern ulong bbs_verify_blind_commitment_context_init(out ExternError err);
Exemplo n.º 8
0
 internal static extern ulong bbs_sign_context_init(out ExternError err);
Exemplo n.º 9
0
 internal static extern int bbs_sign_context_finish(ulong handle, out ByteBuffer signature, out ExternError err);
Exemplo n.º 10
0
 internal static extern int bbs_create_proof_context_set_signature(ulong handle, ByteBuffer signature, out ExternError err);
Exemplo n.º 11
0
 internal static extern int bbs_create_proof_context_set_nonce_bytes(ulong handle, ByteBuffer nonce, out ExternError err);
Exemplo n.º 12
0
 internal static extern int bbs_create_proof_context_add_proof_message_prehashed(ulong handle, ByteBuffer message, ProofMessageType xtype, ByteBuffer blinding_factor, out ExternError err);
Exemplo n.º 13
0
 internal static extern int bbs_create_proof_context_finish(ulong handle, out ByteBuffer proof, out ExternError err);
Exemplo n.º 14
0
 internal static extern ulong bbs_create_proof_context_init(out ExternError err);
Exemplo n.º 15
0
 internal static extern int bbs_verify_proof_context_add_message_prehashed(ulong handle, ByteBuffer message, out ExternError err);
Exemplo n.º 16
0
 internal static extern int bbs_sign_context_add_message_string(ulong handle, string message, out ExternError err);
Exemplo n.º 17
0
 internal static extern int bbs_verify_proof_context_set_public_key(ulong handle, ByteBuffer public_key, out ExternError err);
Exemplo n.º 18
0
 internal static extern int bbs_sign_context_set_secret_key(ulong handle, ByteBuffer secret_key, out ExternError err);
Exemplo n.º 19
0
 internal static extern int bbs_verify_proof_context_set_nonce_prehashed(ulong handle, ByteBuffer nonce, out ExternError err);
Exemplo n.º 20
0
 internal static extern int bbs_verify_context_add_message_bytes(ulong handle, ByteBuffer message, out ExternError err);
Exemplo n.º 21
0
 internal static extern int bbs_verify_blind_commitment_context_add_blinded(ulong handle, uint index, out ExternError err);
Exemplo n.º 22
0
 internal static extern int bbs_blind_sign_context_set_commitment(ulong handle, ByteBuffer commitment, out ExternError err);