Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cwt_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Orie Steele <[email protected]>
OR13 committed Apr 5, 2024
1 parent 722d8c8 commit 0906ae5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cwt_test.go
Original file line number Diff line number Diff line change
@@ -46,9 +46,6 @@ func ExampleCWTMessage() {
}
fmt.Println("message signed")

// coseSign1Diagnostic, err := cbor.Diagnose(sig)
// fmt.Println(coseSign1Diagnostic)
// 18([h'a20138230fa2016e6973737565722e6578616d706c65026f7375626a6563742e6578616d706c65', {4: h'31'}, h'68656c6c6f20776f726c64', h'00528f74d41bae106bba113c3802d3ca69efac4e65e59e99e8d7b74a067adebc769c4982ef389cf21be044e7b5dbed86b20c94a70ce02a20693e04f6ee94669974030147db61af96137d415961a83ae0cde53d4fd4fc6cf224692e25067c0eb17e9f18717e88f64775f11d505b4cb6175e4f6a5c75897001ab480f59437ad52cf65bfcef'])

// create a verifier from a trusted public key
publicKey := privateKey.Public()

0 comments on commit 0906ae5

Please sign in to comment.