aegisnet-hsm 0.1.0

AegisNet Hardware Security Module (HSM) Atomic Signing Library with PKCS#11 support and post-quantum readiness
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
pub struct XmssSignature {
    pub signature: Vec<u8>,
    pub state_counter: u64,
}