[dependencies.nalgebra]
version = "0.33"
[lib]
crate-type = ["lib"]
name = "adlo"
path = "src/lib.rs"
[package]
authors = ["n12n <nigel.christian@hiahatf.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Adaptive LLL algorithm for solving SVP"
documentation = "https://docs.rs/adlo"
edition = "2021"
keywords = ["lattice-theory", "svp", "algebra", "math"]
license = "MIT"
name = "adlo"
readme = "README.md"
repository = "https://github.com/kn0sys/adlo"
version = "0.1.2"