Skip to content

Commit

Permalink
nut-00: binary encoding v1 -> v2
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Dec 25, 2024
1 parent b1149e5 commit d16fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ For this the serialised token is prepended with a prefix and a version byte.
utf8("craw") || utf8(<token_version>) || <serialised_token>
```

- Binary Encoding V1: `utf8("craw") || utf8("B") || cbor(token_v4_object)`
- Binary Encoding V4: `utf8("craw") || utf8("B") || cbor(token_v4_object)`

[00]: 00.md
[01]: 01.md
Expand Down

0 comments on commit d16fcb0

Please sign in to comment.