lamport_signature 0.1.4

A Rust implementation of the Lamport one-time signature scheme.
Documentation
language: rust
rust:
    - nightly
fast_finish: true
cache: cargo
script:
    - cargo build --verbose --all
    - cargo test --verbose --all
    - cargo bench --verbose --all
    - cargo doc --verbose --no-deps