Skip to content

crypto: ed25519 signing should hash input #138

crypto: ed25519 signing should hash input

crypto: ed25519 signing should hash input #138

Workflow file for this run

name: clippy
on:
push:
branches: [ master ]
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.61.0
with:
components: clippy
- name: lint
run: cargo clippy --all-targets -- --deny warnings