solana/zk-token-sdk/src
Alessandro Decina 2c8a3f39a6
Consolidate syscalls under solana_program::syscalls, implement static syscalls (sbfv2) (#24188)
Move all syscall declarations under solana_program::syscalls. If the target
supports static syscalls (sbfv2), then actually define them statically to avoid
dynamic relocations.
2022-05-26 23:01:55 +10:00
..
curve25519 Consolidate syscalls under solana_program::syscalls, implement static syscalls (sbfv2) (#24188) 2022-05-26 23:01:55 +10:00
encryption Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
instruction fix: replace rust cfg annotations that use bpf by target_os solana 2022-05-18 20:39:43 -07:00
range_proof fix: replace rust cfg annotations that use bpf by target_os solana 2022-05-18 20:39:43 -07:00
sigma_proofs fix: replace rust cfg annotations that use bpf by target_os solana 2022-05-18 20:39:43 -07:00
zk_token_elgamal Consolidate syscalls under solana_program::syscalls, implement static syscalls (sbfv2) (#24188) 2022-05-26 23:01:55 +10:00
errors.rs Threads for discrete log (#23867) 2022-04-01 20:01:24 -04: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 Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
zk_token_proof_program.rs