lpn 0.1.2

Software to study attacks on the Learning Parity with Noise problem
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Random codes from the supplemental material of Bogos and Vaudenay, 2016 which appeared at Asiacrypt
macro_rules! useit {
    ($name:ident) => {
        mod $name;
        pub use self::$name::*;
    };
}

useit!(bogosrnd_18_6);
useit!(bogosrnd_19_6);
useit!(bogosrnd_19_7);