Skip to content

feat: add support for aes 128 ecb and cmac #1598

feat: add support for aes 128 ecb and cmac

feat: add support for aes 128 ecb and cmac #1598

Workflow file for this run

---
name: Validate Pull-Request
on:
pull_request:
permissions:
contents: read
jobs:
conventional_commit:
runs-on: ubuntu-latest
steps:
- uses: Namchee/conventional-pr@497c801eb96ea7484971691e76f254886e3e1f32 # v0.15.5
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
body: false
issue: false