mirror of
https://github.com/arnaucube/poseidon-ark.git
synced 2026-01-11 08:21:31 +01:00
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,4 +1,4 @@
|
|||||||
# poseidon-rs
|
# poseidon-rs [](https://travis-ci.org/arnaucube/poseidon-rs)
|
||||||
Poseidon hash implementation in Rust
|
Poseidon hash implementation in Rust
|
||||||
|
|
||||||
https://eprint.iacr.org/2019/458.pdf
|
https://eprint.iacr.org/2019/458.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user