Skip to main content

tzap_plugin_signing/
lib.rs

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.
6
7#![forbid(unsafe_code)]
8
9pub mod ed25519_raw;