solana-with-rpc-optimizations/sdk
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
bpf
cargo-build-bpf
cargo-build-sbf Use BankForks on tests - Part 3 (#34248) 2023-12-01 13:47:22 -03:00
cargo-test-bpf
cargo-test-sbf
docker-solana
gen-headers
macro Do not derive Copy for EpochSchedule and Rent (#32767) 2023-12-01 07:57:25 -08:00
program Fix versioned message json deserialization (#34808) 2024-01-18 10:31:05 +08:00
sbf
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
tests
.gitignore
Cargo.toml
README.md [docs] updated readme and fix links (#34565) 2024-01-03 09:06:06 -05:00
build.rs
package.json

README.md

Solana

Solana SDK

Use the Solana SDK Crate to write client side applications in Rust. If writing on-chain programs, use the Solana Program Crate instead.

More information about Solana is available in the Solana documentation.

The Solana Program Library provides examples of how to use this crate.

Still have questions? Ask us on Stack Exchange