Skip to content

Separate + document K-PKE component scheme #532

Separate + document K-PKE component scheme

Separate + document K-PKE component scheme #532

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