solana/zk-token-sdk/src
Illia Bobyr 43c0f05ca0
Bumps base64 from 0.13.1 to 0.21.0. (#31522)
Changes:

  marshallpierce/rust-base64@v0.13.1...v0.21.0

`base64::{encode,decode}` are now deprecated in favor of an API that
explicitly selects an `Engine`.  Migrated all calls to the new API.
2023-05-11 11:34:58 -07:00
..
curve25519 [zk-token-sdk] use canonical decoding for scalars (#28870) 2022-11-18 15:11:06 +09:00
encryption Bumps base64 from 0.13.1 to 0.21.0. (#31522) 2023-05-11 11:34:58 -07:00
instruction [zk-token-sdk] Add option to create proof context state in the proof verification program (#29996) 2023-03-16 07:35:20 +09:00
range_proof fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
sigma_proofs [zk-token-sdk] reorganize errors (#29005) 2022-12-01 20:29:14 +09:00
zk_token_elgamal Bumps base64 from 0.13.1 to 0.21.0. (#31522) 2023-05-11 11:34:58 -07: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] add pubkey proof (#28392) 2022-10-14 20:15:20 +09:00
zk_token_proof_instruction.rs Update to nightly rustc to 2023-04-19 (#31381) 2023-05-11 15:48:13 +09:00
zk_token_proof_program.rs Rename crypto crate to sdk 2022-01-05 08:51:18 -08: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