Skip to content

Changes to align with the upcoming FIPS standard #43

Changes to align with the upcoming FIPS standard

Changes to align with the upcoming FIPS standard #43

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make test_sphincs
- name: run test
run: ./test_sphincs -q all