identity
Cryptographic identities for p47h based on Ed25519.
This crate provides secure, auditable, and memory-safe identity management using industry-standard Ed25519 signatures with proper key hygiene.
Features
- Ed25519 Signatures: NIST-compliant digital signatures
- Memory Safety: Automatic zeroization of private keys
- Blake3 Hashing: Fast public key hashing for lookups
- libp2p Integration: Seamless conversion to libp2p keypairs
Example
use Identity;
#