Skip to main content

cert_payload

Function cert_payload 

Source
pub fn cert_payload(version: &str, public_key_hex: &str) -> String
Expand description

The certificate payload the master key signs to bless a per-version public key. Binding the version in means a cert can’t be reused to vouch for a key under a different (e.g. un-revoked) version.