cryptimitives 0.20.0

Cryptographic primitives collection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Rust Test
on: [push]
jobs:
  rust-test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - run: cargo test --all-features