ntrulp 0.2.5

Pure implementation of high-security prime-degree large-Galois-group inert-modulus ideal-lattice-based cryptography.
Documentation
1
2
3
4
5
6
7
8
9
use crate::compress::error::CompressError;

#[derive(Debug, PartialEq, Eq)]
pub enum CipherError {
    CompressError(CompressError),
    InvalidRqChunkSize,
    SyncThreadJoinError,
    SyncLockError,
}