Skip to content

Generalized the AES helper class to work for all AES modes with IV #70

Generalized the AES helper class to work for all AES modes with IV

Generalized the AES helper class to work for all AES modes with IV #70

Workflow file for this run

name: black formatter
on: pull_request
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.11
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: |
python3 -m black -t py38 --check .