Browse Source

crate pub & add travis

pull/1/head
arnaucube 4 years ago
parent
commit
e46aa827e7
3 changed files with 13 additions and 2 deletions
  1. +9
    -0
      .travis.yml
  2. +3
    -1
      Cargo.toml
  3. +1
    -1
      README.md

+ 9
- 0
.travis.yml

@ -0,0 +1,9 @@
language: rust
rust:
- stable
cache:
- cargo
script:
- RUST_BACKTRACE=1 cargo test --all

+ 3
- 1
Cargo.toml

@ -1,8 +1,10 @@
[package]
name = "mimc-rs"
version = "0.1.0"
version = "0.0.1"
authors = ["arnaucube <root@arnaucube.com>"]
edition = "2018"
license = "GPL-3.0"
description = "MIMC7 hash implementation"
[dependencies]
num = "0.2.0"

+ 1
- 1
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

Loading…
Cancel
Save