quantum-box 0.1.0

Reference implementation of an anonymous sealed box with a post-quantum hybrid KEM (ML-KEM + X25519)
Documentation
name: Relyance SCI Scan

on:
  schedule:
    - cron: "8 0 * * *"
  workflow_dispatch:

permissions:
  contents: read

jobs:
  execute-relyance-sci:
    name: Relyance SCI Job
    runs-on:
      group: arc-public-large-amd64-runner
    permissions:
      contents: read

    steps:
      - name: Run Relyance SCI
        uses: worldcoin/gh-actions-public/relyance@main
        # More information: https://github.com/worldcoin/gh-actions-public/tree/main/relyance
        with:
          secrets-dpp-sci-key: ${{ secrets.DPP_SCI_KEY }}