Skip to content

implement low-S canonization for ECDSA signatures and add correspondi… #119

implement low-S canonization for ECDSA signatures and add correspondi…

implement low-S canonization for ECDSA signatures and add correspondi… #119

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ">=1.19.0"
- uses: actions/checkout@v3
- run: go test ./...