selenite 0.6.0

A Crate For Post-Quantum Cryptography Certificates Built on PQcrypto
Documentation
1
2
3
4
5
6
7
8
9
use serde::{Serialize,Deserialize};

#[derive(Serialize,Deserialize,Debug,Clone,Copy,Hash,PartialEq,PartialOrd)]
pub enum SeleniteErrors {
    BLSAggregationFailed,
    DecodingFromHexFailed,
    FailedToGetFile,
    FileDoesNotExist,
}