Skip to content

Commit

Permalink
Merge pull request #283 from tri-adam/fix-gen-keys
Browse files Browse the repository at this point in the history
test: fix gen-keys for ED25519 algo
  • Loading branch information
tri-adam authored Apr 27, 2023
2 parents 5fd1635 + 7de921a commit 8153d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/keys/gen_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ func writeKeys() error {
},
},
{
pubPath: "ecdsa-public.pem",
priPath: "ecdsa-private.pem",
pubPath: "ed25519-public.pem",
priPath: "ed25519-private.pem",
keyFn: func() (crypto.PublicKey, crypto.PrivateKey, error) {
return ed25519.GenerateKey(rand.Reader)
},
Expand Down

0 comments on commit 8153d72

Please sign in to comment.