Esempio n. 1
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);
Esempio n. 2
0
 internal static extern ulong bbs_blind_sign_context_init(out ExternError err);
Esempio n. 3
0
 internal static extern int bbs_blind_sign_context_add_message_string(ulong handle, uint index, string message, out ExternError err);
Esempio n. 4
0
 internal static extern int bbs_blind_commitment_context_add_message_bytes(ulong handle, uint index, ByteBuffer message, out ExternError err);
Esempio n. 5
0
 internal static extern int bbs_blind_commitment_context_set_nonce_string(ulong handle, string value, out ExternError err);
Esempio n. 6
0
 internal static extern int bls_get_public_key(ByteBuffer secret_key, out ByteBuffer public_key, out ExternError err);
Esempio n. 7
0
 internal static extern ulong bbs_blind_commitment_context_init(out ExternError err);
Esempio n. 8
0
 internal static extern ulong bbs_verify_proof_context_init(out ExternError err);
Esempio n. 9
0
 internal static extern int bbs_verify_proof_context_finish(ulong handle, out ExternError err);
Esempio n. 10
0
 internal static extern int bbs_verify_context_add_message_bytes(ulong handle, ByteBuffer message, out ExternError err);
Esempio n. 11
0
 internal static extern int bbs_verify_context_set_signature(ulong handle, ByteBuffer signature, out ExternError err);
Esempio n. 12
0
 internal static extern int bbs_sign_context_set_secret_key(ulong handle, ByteBuffer secret_key, out ExternError err);
Esempio n. 13
0
 internal static extern int bbs_create_proof_context_set_nonce_bytes(ulong handle, ByteBuffer nonce, out ExternError err);
Esempio n. 14
0
 internal static extern int bbs_create_proof_context_set_signature(ulong handle, ByteBuffer signature, out ExternError err);
Esempio n. 15
0
 internal static extern int bbs_verify_blind_commitment_context_set_proof(ulong handle, ByteBuffer proof, out ExternError err);
Esempio n. 16
0
 internal static extern int bbs_verify_proof_context_add_message_string(ulong handle, uint index, string message, out ExternError err);
Esempio n. 17
0
 internal static extern int bbs_verify_blind_commitment_context_finish(ulong handle, out ExternError err);
Esempio n. 18
0
 internal static extern int bbs_verify_proof_context_add_message_prehashed(ulong handle, ByteBuffer message, out ExternError err);
Esempio n. 19
0
 internal static extern int bls_public_key_to_bbs_key(ByteBuffer d_public_key, uint message_count, out ByteBuffer public_key, out ExternError err);
Esempio n. 20
0
 internal static extern int bbs_verify_proof_context_set_public_key(ulong handle, ByteBuffer public_key, out ExternError err);
Esempio n. 21
0
 internal static extern int bbs_blind_commitment_context_finish(ulong handle, out ByteBuffer commitment, out ByteBuffer out_context, out ByteBuffer blinding_factor, out ExternError err);
Esempio n. 22
0
 internal static extern int bbs_verify_proof_context_set_nonce_string(ulong handle, string nonce, out ExternError err);
Esempio n. 23
0
 internal static extern int bbs_blind_commitment_context_set_public_key(ulong handle, ByteBuffer value, out ExternError err);
Esempio n. 24
0
 internal static extern int bbs_verify_proof_context_set_nonce_prehashed(ulong handle, ByteBuffer nonce, out ExternError err);
Esempio n. 25
0
 internal static extern int bbs_blind_commitment_context_set_nonce_prehashed(ulong handle, ByteBuffer value, out ExternError err);
Esempio n. 26
0
 internal static extern int bbs_verify_blind_commitment_context_add_blinded(ulong handle, uint index, out ExternError err);
Esempio n. 27
0
 internal static extern int bbs_blind_sign_context_finish(ulong handle, out ByteBuffer blinded_signature, out ExternError err);
Esempio n. 28
0
 internal static extern int bbs_verify_blind_commitment_context_set_nonce_bytes(ulong handle, ByteBuffer nonce, out ExternError err);
Esempio n. 29
0
 internal static extern int bbs_blind_sign_context_add_message_prehashed(ulong handle, uint index, ByteBuffer message, out ExternError err);
Esempio n. 30
0
 internal static extern int bbs_create_proof_context_finish(ulong handle, out ByteBuffer proof, out ExternError err);