Skip to content

ML-KEM: Try to clean up the NTT implementations #535

ML-KEM: Try to clean up the NTT implementations

ML-KEM: Try to clean up the NTT implementations #535

Workflow file for this run

name: Cryptol typecheck
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
container:
image: ghcr.io/galoisinc/cryptol:nightly
options: --user root
steps:
- name: Installing dependencies..
run: |
apt update
apt install -y git
- name: Checkout
uses: actions/checkout@v4
- name: Cryptol Version
run: cryptol --version
- name: Check Cryptol Files
run: bash scripts/load_all_cry_files.sh