1//! Signing profiles for tzap RootAuth.
2//!
3//! The plugin crate owns authenticator-profile behavior. `tzap-core` owns the
4//! v41 archive fields and computes the RootAuth signing input that these
5//! profiles sign or verify.
67#![forbid(unsafe_code)]
89pub mod ed25519_raw;