~miikka/clj-branca

11c4de8248341af9dd5846006f0fd89872a5255d — Miikka Koskinen 3 years ago 42035aa
Let's make it a tip
1 files changed, 3 insertions(+), 5 deletions(-)

M doc/user-guide.adoc
M doc/user-guide.adoc => doc/user-guide.adoc +3 -5
@@ 102,11 102,9 @@ along the payload by calling `branca/decode*`.
The return value includes the token version and the nonce as well. You probably
won't need them for anything, but they're included for the sake of completeness.

****
There is only one Branca version, `0xBA`. This is represented as a
single-byte value. Because JVM bytes are _signed_, the value
is printed as `-70` and not as `186` as you might expect.
****
TIP: There is only one Branca version, `0xBA`. This is represented as a
     single-byte value. Because JVM bytes are _signed_, the value
     is printed as `-70` and not as `186` as you might expect.

[[error-handling]]
=== Error handling