Docs.rs
ssh-libsodium-0.4.0
ssh-libsodium 0.4.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Homepage
Repository
crates.io
Source
Owners
P-E-Meunier
Dependencies
lazy_static ^1.4
normal
libc ^0.2
normal
libsodium-sys ^0.2.7
normal
pkg-config ^0.3
build
vcpkg ^0.2
build
Versions
16.67%
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
Module ed25519
ssh_
libsodium
0.4.0
Module ed25519
Module Items
Structs
Constants
Functions
In crate ssh_
libsodium
ssh_libsodium
Module
ed25519
Copy item path
Source
Structs
§
Public
Key
Ed25519 public key.
Secret
Key
Ed25519 secret key.
Signature
Constants
§
PUBLICKEY_
BYTES
SECRETKEY_
BYTES
SIGNATURE_
BYTES
Functions
§
keypair
Generate a key pair.
sign_
detached
Sign a message with a secret key.
verify_
detached
Verify a signature,
sig
could as well be a
Signature
.