solana/zk-token-sdk/src
samkim-crypto a4ceea32d7
[zk-token-sdk] Allow all zero auditor pubkey in proofs (#33106)
* allow auditor ElGamal public key to be all zero

* remove test components on all zero auditor ElGamal pubkey
2023-09-01 10:26:15 -07:00
..
curve25519 [zk-token-sdk] use canonical decoding for scalars (#28870) 2022-11-18 15:11:06 +09:00
encryption [zk-token-sdk] replace hard-coded constants with constant variables (#32274) 2023-06-29 07:03:26 +09:00
instruction [zk-token-sdk] Allow all zero auditor pubkey in proofs (#33106) 2023-09-01 10:26:15 -07:00
range_proof [zk-token-sdk] Update transcript functions to use full names (#32095) 2023-06-13 14:52:15 +09:00
sigma_proofs [zk-token-sdk] Allow all zero auditor pubkey in proofs (#33106) 2023-09-01 10:26:15 -07:00
zk_token_elgamal [zk-token-sdk] replace hard-coded constants with constant variables (#32274) 2023-06-29 07:03:26 +09:00
errors.rs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
macros.rs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
transcript.rs [zk-token-sdk] Update transcript functions to use full names (#32095) 2023-06-13 14:52:15 +09:00
zk_token_proof_instruction.rs [zk-token-sdk] Add fee sigma proof verification instruction (#32291) 2023-06-28 09:49:56 +09:00
zk_token_proof_program.rs [zk-token-proof] Update docs for the ZK Token proof program in `zk-token-sdk` (#32186) 2023-06-21 20:50:49 +09:00
zk_token_proof_state.rs [zk-token-sdk] Add option to create proof context state in the proof verification program (#29996) 2023-03-16 07:35:20 +09:00