auths-core 0.1.3

Core cryptography and keychain integration for Auths
Documentation
1
2
3
4
5
6
7
8
9
//! HTTP server for agent signing (not yet implemented).
//!
//! This module will provide an HTTP endpoint for remote signing requests,
//! complementing the Unix socket-based SSH agent protocol.
//!
//! Planned endpoints:
//! - `POST /sign` — sign a message using a loaded key
//!
//! Depends on: a production-ready async HTTP library (e.g., axum).