mirror of
https://github.com/arnaucube/mimc-rs.git
synced 2026-02-06 19:16:45 +01:00
crate pub & add travis
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
|
||||
cache:
|
||||
- cargo
|
||||
|
||||
script:
|
||||
- RUST_BACKTRACE=1 cargo test --all
|
||||
@@ -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,4 +1,4 @@
|
||||
# mimc-rs
|
||||
# mimc-rs [](https://crates.io/crates/mimc-rs) [](https://travis-ci.org/arnaucube/mimc-rs)
|
||||
MIMC7 hash implementation in Rust
|
||||
|
||||
https://eprint.iacr.org/2016/492.pdf
|
||||
|
||||
Reference in New Issue
Block a user