tzap-plugin-signing 0.1.8

Signing profiles for tzap RootAuth
Documentation
1
2
3
4
5
6
7
8
9
10
//! Signing profiles for tzap RootAuth.
//!
//! The plugin crate owns authenticator-profile behavior. `tzap-core` owns the
//! v43/v44 archive fields and computes the RootAuth signing input that these
//! profiles sign or verify.

#![forbid(unsafe_code)]

pub mod ed25519_raw;
pub mod x509_chain;