Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Remove Prehashed type #143

Remove Prehashed type

Remove Prehashed type #143

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
- run: cargo build --all-features
- run: cargo test --all-features