Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
python3 -m pip install --upgrade pip
pip install flake8 pytest pycryptodome
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Download Test Vectors
run: |
bash scripts/download_nist.sh
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Nist Test vectors
* https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/block-ciphers#AES

```
./scripts/download_nist.sh
python3 -m pip install pycryptodome pytest
PYTHONPATH=src pytest
```
Expand Down
95 changes: 0 additions & 95 deletions nist/KAT_AES/CBCGFSbox128.rsp

This file was deleted.

83 changes: 0 additions & 83 deletions nist/KAT_AES/CBCGFSbox192.rsp

This file was deleted.

71 changes: 0 additions & 71 deletions nist/KAT_AES/CBCGFSbox256.rsp

This file was deleted.

Loading