solana/sdk/program
samkim-crypto 3f63283eda
add curve25519 multiscalar multiplication syscall (#28216)
* add curve25519 multiscalar multiplication syscall

* update compute unit costs

* update tests

* add update to compute budget

* add syscall call function

* update compute costs in tests

* update syscall syntax
2022-10-12 14:43:02 +09:00
..
src add curve25519 multiscalar multiplication syscall (#28216) 2022-10-12 14:43:02 +09:00
tests
.gitignore
Cargo.toml Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
README.md
build.rs
package.json

README.md

Solana

Solana Program

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

More information about Solana is available in the Solana documentation.

Helloworld and the Solana Program Library provide examples of how to use this crate.

Still have questions? Ask us on Discord