Skip to content

Awesome_Rust_Cryptography.md: ml-kem is final #93

Awesome_Rust_Cryptography.md: ml-kem is final

Awesome_Rust_Cryptography.md: ml-kem is final #93

Workflow file for this run

name: Rust Crypto CI
on: [pull_request, push]
jobs:
check_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdown nits
run: |
sudo gem install mdl
mdl -s markdownlint.rb README.md