Skip to content

Commit

Permalink
Merge branch 'master' of github.com:burdges/lioness-rs
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
	Cargo.toml
  • Loading branch information
burdges committed Dec 23, 2016
2 parents 96fbf0d + 9c703ca commit 1fb29ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ matrix:
script:
- cargo build --verbose
- cargo test --verbose
matrix:
allow_failures:
- rust: nightly
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/burdges/lioness-rs"
repository = "https://github.com/burdges/lioness-rs.git"
documentation = "https://docs.rs/lioness/"
readme = "README.md"
keywords = ["cryptography","cipher","onion","lioness","mixnet"]
keywords = ["cryptography","cipher","lioness", "sphinx", "mixnet"]
license = "MIT"

[dependencies]
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@

[![travis build status](https://travis-ci.org/burdges/lioness-rs?branch=master)](https://www.travis-ci.org/burgdes/lioness-rs)
[![documenation](https://docs.rs/lioness/badge.svg)](https://docs.rs/lioness/)



This crate provides the Lioness wide block cipher instantiated with ChaCha20 and Blake2b.

[![Build status](https://api.travis-ci.org/burdges/lioness-rs.png)](https://travis-ci.org/burdges/lioness-rs)
[![](https://docs.rs/lioness/badge.svg)](https://docs.rs/lioness/)

### Documentation

There is documentation with examples at [https://docs.rs/lioness/](https://docs.rs/lioness/)
api docs here: <https://docs.rs/lioness/>

_read the paper_
**Two Practical and Provably Secure Block Ciphers: BEAR and LION**
Expand All @@ -31,6 +37,3 @@ extern crate liones;

...
```

You might need nightly rust via `./rustup.sh --channel=nightly`.

0 comments on commit 1fb29ab

Please sign in to comment.