Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Fossati <tho.ietf@gmail.com>
  • Loading branch information
setrofim and thomas-fossati authored May 15, 2023
1 parent b9d189e commit 922ab72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ See [example_test.go](./example_test.go) for more examples.

#### Untagged Signing

`cose.Sign1` (above) generated a tagged CBOR object. You need to create a
`cose.Sign1` (above) generated a COSE_Sign1_Tagged object. To serialize a
COSE_Sign1 instead (i.e., without the outer tag), you need to create a
`Sign1Message` by hand, and set its `Untagged` flag before signing:

```go
Expand Down

0 comments on commit 922ab72

Please sign in to comment.