solana/zk-token-sdk/src
samkim-crypto b361fdd399
[zk-token-sdk] Update transcript functions to use full names (#32095)
* fully specify transcript function names `sep` to `separator`

* update names in `sigma_proofs`

* update names in `range_proof`

* update grouped ciphertext validity proofs with new full name
2023-06-13 14:52:15 +09:00
..
curve25519 [zk-token-sdk] use canonical decoding for scalars (#28870) 2022-11-18 15:11:06 +09:00
encryption [zk-token-sdk] Add `GroupedElGamalCiphertext` type (#31849) 2023-05-31 10:01:44 +09:00
instruction [zk-token-sdk] Refactor ciphertext validity sigma proof and rename `ValidityProof` to `GroupedCiphertextValidityProof` (#32040) 2023-06-13 12:06:24 +09: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] Update transcript functions to use full names (#32095) 2023-06-13 14:52:15 +09:00
zk_token_elgamal [zk-token-sdk] Refactor ciphertext validity sigma proof and rename `ValidityProof` to `GroupedCiphertextValidityProof` (#32040) 2023-06-13 12:06:24 +09:00
errors.rs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
lib.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
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 `VerifyGroupedCiphertext2HandlesValidity` and `VerifyBatchedGroupedCiphertext2HandlesValidity` proof instructions (#31816) 2023-06-01 15:58:36 +09:00
zk_token_proof_program.rs
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