lll-rs 0.2.0

Implementation of the LLL algorithm for lattice reduction and it's improved version L²
Documentation
1
2
3
4
//! The Lenstra-Lenstra-Lovasz algorithm [LLL82]

pub mod biglll;
pub mod lllf;