Skip to content

Use openssl EC_POINT APIs to get a compressed public key #228

Use openssl EC_POINT APIs to get a compressed public key

Use openssl EC_POINT APIs to get a compressed public key #228

Workflow file for this run

name: Branch CI
on:
workflow_dispatch:
push:
branches-ignore:
- main
- dependabot/**
jobs:
checks:
uses: ./.github/workflows/run-checks.yml
publish:
needs: [ checks ]
uses: ./.github/workflows/publish-local.yml
secrets: inherit