Utilize Checksums in the New Encoding #27
sergeyprokhorenko
started this conversation in
General
Replies: 2 comments 1 reply
-
You mean for Crockford's Base32 right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, for for Crockford's Base32. 26 symbols * 5 bits/symbol = 130 bits. But UUID length = 128 bits. Therefore Crockford's Base32 encoding has 2 excess bits that should be used for checksum. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions