Skip to content

Commit

Permalink
sign schemes test print signature size
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Mar 14, 2024
1 parent aa79487 commit c6dde80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sign/schemes/schemes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ func TestApi(t *testing.T) {
t.Fatal()
}

t.Logf("%s Signature size is %d\n", scheme.Name(), scheme.SignatureSize())

pk, sk, err := scheme.GenerateKey()
if err != nil {
t.Fatal()
Expand Down

0 comments on commit c6dde80

Please sign in to comment.