Skip to content

Implemented functions: invert_sub_bytes, invert_shift_rows, invert_mi… #6

Implemented functions: invert_sub_bytes, invert_shift_rows, invert_mi…

Implemented functions: invert_sub_bytes, invert_shift_rows, invert_mi… #6

Workflow file for this run

name: Build the project
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone the repo
uses: actions/checkout@v4
- name: Build the code
run: |
sudo apt install -y build-essential python-is-python3
make