Docs.rs
solana-ecies-0.1.1
solana-ecies 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pupplecat
Dependencies
aes-gcm ^0.10.3
normal
curve25519-dalek ^4.1.3
normal
ed25519-dalek ^2.1.1
normal
hkdf ^0.12.4
normal
rand ^0.9.1
normal
sha2 ^0.10.8
normal
solana-sdk ^2.0.0
normal
x25519-dalek ^2.0.0
normal
Versions
25%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
solana_ecies/
lib.rs
1
mod
encrypt;
2
3
pub use
encrypt::
*
;