blsttc 1.0.1

Pairing threshold cryptography
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
rust:
  - 1.42.0
cache:
  cargo: true
  timeout: 1200
addons:
  apt:
    packages:
      - unzip
before_install:
  - rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt clippy
  - cargo deadlinks --version || cargo install cargo-deadlinks
  - cargo audit --version || cargo install cargo-audit
script: ./ci.sh