We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f29631 commit cfe4231Copy full SHA for cfe4231
cwt_test.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
// This example demonstrates signing and verifying COSE_Sign1 signatures.
13
-func ExampleCWTMessage() {
+func ExampleCWTClaims() {
14
// create message to be signed
15
msgToSign := cose.NewSign1Message()
16
msgToSign.Payload = []byte("hello world")
0 commit comments