Skip to content

Commit

Permalink
add tests for Kyber NTT/X25519/Keccak
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Mar 15, 2024
1 parent e8ef687 commit 53d45c4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ jobs:
submodules: true
- name: install dependencies
run: sudo apt install gcc-aarch64-linux-gnu qemu-user
- name: Run tests
- name: Run Dilithium NTT Tests
run: |
make run-cross-ntt_dilithium
- name: Run Kyber NTT Tests
run: |
make run-cross-ntt_kyber
- name: Run Kyber NTT Tests
run: |
make run-cross-ntt_kyber
- name: Run X25519 Tests
run: |
make run-cross-x25519
- name: Run Keccak Tests
run: |
make run-cross-keccak_neon

0 comments on commit 53d45c4

Please sign in to comment.