auths-core
Core cryptography and keychain integration for Auths.
Features
- Ed25519 key generation and signing
- Platform keychain support (macOS, Linux, Windows)
- Secure key storage with encryption
Platform Support
- macOS/iOS: Security Framework
- Linux: Secret Service (optional)
- Windows: Credential Manager (optional)
Usage
use ;
let keychain = new?;
let keypair = generate?;
keychain.store?;
License
MIT OR Apache-2.0