aranya-daemon-api 6.0.0

IPC API between the Aranya client and daemon
Documentation
1
2
3
4
5
6
//! Cryptography.

mod keys;
pub mod txp;

pub use crate::crypto::keys::{ApiKey, ApiKeyId, PublicApiKey};