solana/zk-token-sdk/src
Alexander Meißner 9e703f85de
Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961)
* allow pedantic invalid cast lint

* allow lint with false-positive triggered by `test-case` crate

* nightly `fmt` correction

* adapt to rust layout changes

* remove dubious test

* Use transmute instead of pointer cast and de/ref when check_aligned is false.

* Renames clippy::integer_arithmetic to clippy::arithmetic_side_effects.

* bump rust nightly to 2023-08-25

* Upgrades Rust to 1.72.0

---------

Co-authored-by: Trent Nelson <trent@solana.com>
2023-09-01 07:26:13 +00: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] Add fee sigma proof verification instruction (#32291) 2023-06-28 09:49:56 +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] replace hard-coded constants with constant variables (#32274) 2023-06-29 07:03:26 +09: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