Skip to content

SageMath reference implementation (non constant time) (#5) #10

SageMath reference implementation (non constant time) (#5)

SageMath reference implementation (non constant time) (#5) #10

Workflow file for this run

name: Check C reference implementation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: C ref - make RUN_ALL
run: make -C ref RUN_ALL