lpn 0.1.2

Software to study attacks on the Learning Parity with Noise problem
Documentation
language: rust

rust:
    #- stable
    #- beta
  - nightly

before_script:
  - rustup component add rustfmt-preview

script:
  - "[ '$TRAVIS_RUST_VERSION' != 'nightly' ] || cargo fmt --all -- --write-mode diff"
  - cargo build --all
  - cargo test --all

cache:
  - cargo

#  vim: set ft=yaml ts=2 sw=2 tw=0 et :