solana/zk-token-sdk/src
mergify[bot] b4ea42e8ec
zk-token-sdk: calculate transfer fee without conditional branch (backport #27356) (#27490)
zk-token-sdk: calculate transfer fee without conditional branch (#27356)

(cherry picked from commit 0ea984ae20)

Co-authored-by: samkim-crypto <skim13@cs.stanford.edu>
2022-08-31 08:32:52 +00:00
..
curve25519 Fix doc warnings (#25953) 2022-06-14 21:55:08 -06:00
encryption Zk token sdk/batch discrete log (backport #27412) (#27493) 2022-08-31 08:32:39 +00:00
instruction zk-token-sdk: calculate transfer fee without conditional branch (backport #27356) (#27490) 2022-08-31 08:32:52 +00:00
range_proof zk-token-sdk: use constant-time msm for inner product proof generation (backport #27355) (#27489) 2022-08-31 03:09:26 +00:00
sigma_proofs zk-token-sdk:add length checks (backport #27389) (#27492) 2022-08-31 03:54:07 +00:00
zk_token_elgamal Add Display implementations for various ConfidentialTransfer pod structs (#26783) 2022-07-25 21:09:41 -06:00
errors.rs Zk token sdk/batch discrete log (backport #27412) (#27493) 2022-08-31 08:32:39 +00:00
lib.rs fix: replace rust cfg annotations that use bpf by target_os solana 2022-05-18 20:39:43 -07:00
macros.rs
transcript.rs Zk instructions pass (#22851) 2022-02-01 14:11:28 -05:00
zk_token_proof_instruction.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
zk_token_proof_program.rs