libslug 0.12.0

A Rust Library For Cryptography Intended For Slug20 That Supports X59 Certificate Format and Post-Quantum Cryptography
Documentation
1
2
3
4
5
6
7
8
pub struct Revocation {
    revocation_methods: Vec<RevocationMethods>
}

pub enum RevocationMethods {
    None,
    X59Revoke,
}