solana-with-rpc-optimizations/sdk
valiksinev 5f7fea100a
Big integer modular exponentiation (EIP-198) (#28503)
* big_mod_exp impl

* fix programs/sbf/Cargo.lock

* ComputeBudget impl

* update compute_budget

* compute_budget update

* fix build

* fix tests

* fix cargo clippy

* fix clippy

* fix bpf_loader dependency sorting

* fix sorting

* fix merge from master

* fix cargo fmt

* fix C-tests

* fix cargo fmt

* comments apply

* fix programs/sbf/Cargo.lock

* update compude_budget cost

* remove whitespaces

* fix cargo fmt

Co-authored-by: sinev-valentine <sinev-valentine@yandex.ru>
2023-01-20 18:42:37 +09:00
..
benches
bpf Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
cargo-build-bpf
cargo-build-sbf
cargo-test-bpf
cargo-test-sbf
docker-solana
gen-headers
macro
program Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
sbf Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
src Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
tests
.gitignore
Cargo.toml
README.md
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 Discord