solana/programs/bpf_loader
samkim-crypto 73218595c6
[zk-token-sdk] Restrict Edwards and Ristretto multiscalar multiplication vector length to at most 512 (#34763)
* restrict curve25519 multiscalar multiplication vector length to 512

* add syscall tests for msm vector length

* add new feature gate `curve25519_restrict_msm_length`

* update tests for feature new gate

* Update programs/bpf_loader/src/syscalls/mod.rs

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* remove length guard on the multisicalar mult lib function

---------

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2024-01-19 08:40:42 +09:00
..
benches pass feature_set to BorrowedAccount (#34542) 2023-12-21 20:03:17 +01:00
gen-syscall-list chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
src [zk-token-sdk] Restrict Edwards and Ristretto multiscalar multiplication vector length to at most 512 (#34763) 2024-01-19 08:40:42 +09:00
test_elfs Revert "Revert "Add test for executor cache runtime feature upgrades.… (#30428) 2023-02-24 10:04:51 -07:00
Cargo.toml direct_mapping: fix iter_memory_pair_chunks in reverse mode (#34204) 2023-11-28 08:46:20 +11:00