Skip to content

Commit

Permalink
Update cwt_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Fossati <tho.ietf@gmail.com>
  • Loading branch information
OR13 and thomas-fossati authored Jun 21, 2024
1 parent c9f2ab1 commit 4c57853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

// This example demonstrates signing and verifying COSE_Sign1 signatures.
func ExampleCWTMessage() {

// create message to be signed
msgToSign := cose.NewSign1Message()
msgToSign.Payload = []byte("hello world")
Expand Down

0 comments on commit 4c57853

Please sign in to comment.