Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
bwesterb committed Oct 8, 2024
1 parent 0169792 commit bef2502
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sign/mldsa/acvp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ import (
"github.com/cloudflare/circl/sign/schemes"
)

// Implemented by ML-DSA's private key. Allows us to access the internal
// signing function.
type mldsaSigner interface {
SignTo(
msg func(io.Writer),
rnd [32]byte,
signature []byte,
)
}

// []byte but is encoded in hex for JSON
type HexBytes []byte

Expand Down

0 comments on commit bef2502

Please sign in to comment.