// SPDX-License-Identifier: AGPL-3.0-or-later
//! Generates and maintains Ed25519 key pairs with the secret and public (Author) counterparts.
modauthor;moderror;modkey_pair;pubuseauthor::Author;pubuseerror::{AuthorError, KeyPairError};pubusekey_pair::KeyPair;