orion 0.2.11

Cryptographic functions implemented in Rust, with a simple API.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly

cache: cargo

script:
    - cargo build --verbose
    - cargo test --verbose