Skip to content

Add support for secp256k1 curve #138

Add support for secp256k1 curve

Add support for secp256k1 curve #138

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- '*'
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- macos-13
- macos-latest
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: HPKE Benchmarks
run: cargo bench manual_benches
- name: HPKE Rust Crypto Benchmarks
working-directory: rust_crypto_provider
run: cargo bench