Skip to content

Commit

Permalink
sm9: add example test, fix unexpected line
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Feb 3, 2023
1 parent d22b225 commit 5bfdfeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sm9/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func ExampleSignPrivateKey_Sign() {
// Since sign is a randomized function, signature will be
// different each time.
fmt.Printf("%x\n", sig)
// Output: true
}

func ExampleVerifyASN1() {
Expand Down

0 comments on commit 5bfdfeb

Please sign in to comment.