Skip to content

crypto: use ChaCha8 instead of AES-CTR for trng CSPRNG #118

crypto: use ChaCha8 instead of AES-CTR for trng CSPRNG

crypto: use ChaCha8 instead of AES-CTR for trng CSPRNG #118

Workflow file for this run

name: "Security Checks"
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
workflow_call:
inputs:
workflow:
required: true
type: string
env:
REV: ${{ github.run_id }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.workflow }}
cancel-in-progress: true
jobs:
security-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run cargo security checks
run: cargo make security