Skip to content

add CAVP vectors for CBC mode #62

add CAVP vectors for CBC mode

add CAVP vectors for CBC mode #62

Workflow file for this run

name: build/test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install build tools
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build all
run: make
- name: Run tests
run: make test