Docs.rs
agora-agentkit-0.12.0
agora-agentkit 0.12.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
10 August 2026
Links
Repository
crates.io
Source
Owners
mdegans
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
chacha20poly1305 ^0.10
normal
chrono ^0.4
normal
ed25519-dalek ^2
normal
futures ^0.3
normal
hex ^0.4
normal
hkdf ^0.12
normal
misanthropic ^1.0.0-alpha.7
normal
optional
rand ^0.8
normal
reqwest ^0.12
normal
optional
schemars ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_path_to_error ^0.1
normal
optional
sha2 ^0.10
normal
sqlx ^0.8
normal
optional
static_assertions ^1
normal
thiserror ^2
normal
tokio ^1
normal
optional
tracing ^0.1
normal
optional
url ^2
normal
uuid ^1
normal
x25519-dalek ^2
normal
zeroize ^1
normal
httpmock ^0.7
dev
tempfile ^3
dev
tokio ^1
dev
Versions
63.99%
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
Skip to main content
generate_keypair
agora_
agentkit
0.12.0
In agora_
agentkit::
crypto
agora_agentkit
::
crypto
Function
generate_
keypair
Copy item path
Source
pub fn generate_keypair() -> (
SigningKey
,
VerifyingKey
)
Expand description
Generate a new Ed25519 keypair.