Skip to content

Commit d004263

Browse files
committed
Aligning with circl/sign/ed25519 API.
1 parent 2a3cfcb commit d004263

File tree

6 files changed

+302
-292
lines changed

6 files changed

+302
-292
lines changed

sign/ed25519/extra_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ func TestSigner(t *testing.T) {
7878
}
7979

8080
func testSigner(t *testing.T, signer crypto.Signer, ops ed25519.SignerOptions) {
81-
t.Helper()
8281
msg := make([]byte, 64)
8382
_, _ = rand.Read(msg)
8483

0 commit comments

Comments
 (0)