Skip to content

Fix panic when using ed25519 with a key that is not 64 bytes long #178

Fix panic when using ed25519 with a key that is not 64 bytes long

Fix panic when using ed25519 with a key that is not 64 bytes long #178

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
- name: Test
run: go test ./...