Skip to content

fix: public key creation based on e and n #2446

fix: public key creation based on e and n

fix: public key creation based on e and n #2446

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master", "*.*-dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make build
- name: Run distcheck
run: make clean