diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9f108b7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: rust +rust: +- stable + +cache: +- cargo + +script: +- RUST_BACKTRACE=1 cargo test --all diff --git a/Cargo.toml b/Cargo.toml index a9f744d..2d1b53a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "mimc-rs" -version = "0.1.0" +version = "0.0.1" authors = ["arnaucube "] edition = "2018" +license = "GPL-3.0" +description = "MIMC7 hash implementation" [dependencies] num = "0.2.0" diff --git a/README.md b/README.md index 125948e..6dafb1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mimc-rs +# mimc-rs [![Crates.io](https://img.shields.io/crates/v/mimc-rs.svg)](https://crates.io/crates/mimc-rs) [![Build Status](https://travis-ci.org/arnaucube/mimc-rs.svg?branch=master)](https://travis-ci.org/arnaucube/mimc-rs) MIMC7 hash implementation in Rust https://eprint.iacr.org/2016/492.pdf