solana/zk-token-sdk/src
samkim-crypto b22abbce7d
Additional tests for proof verification when ElGamal pubkey is zeroed (#24243)
* zk-token-sdk: add edge case tests for withdraw withheld proof

* zk-token-sdk: add test cases for proof verification when pubkeys are invalid
2022-04-11 17:53:31 +01:00
..
encryption zk-token-sdk: add support for scalar - ciphertext/commitment multiplication (#24120) 2022-04-09 14:19:29 +01:00
instruction Additional tests for proof verification when ElGamal pubkey is zeroed (#24243) 2022-04-11 17:53:31 +01:00
range_proof Zk token sdk clean decryption (#23478) 2022-03-04 15:57:19 -04:00
sigma_proofs zk-token-sdk: handle edge cases for transfer with fee (#23804) 2022-03-21 16:10:33 -04:00
zk_token_elgamal Zk token sdk clean decryption (#23478) 2022-03-04 15:57:19 -04:00
errors.rs Threads for discrete log (#23867) 2022-04-01 20:01:24 -04:00
lib.rs
macros.rs
transcript.rs
zk_token_proof_instruction.rs Zk instructions check length (#24103) 2022-04-05 08:40:45 -04:00
zk_token_proof_program.rs