Skip to content
Snippets Groups Projects
Commit 96021c84 authored by nanocryk's avatar nanocryk
Browse files

(fix) changed Name64 alphabet for backward compatibility

parent 6855a88b
No related branches found
No related tags found
1 merge request!2WIP: RFC 2 : New binary Duniter protocol
...@@ -68,7 +68,7 @@ Alphabet : `123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz` ...@@ -68,7 +68,7 @@ Alphabet : `123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz`
- **Base64** : Data format used for non error-prone data such as signatures. - **Base64** : Data format used for non error-prone data such as signatures.
Alphabet : `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/` Alphabet : `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`
- **Name64** : Variation of **Base64** format for names formating. Allow to store names in a more concise way that raw ASCII/UTF-8 text. - **Name64** : Variation of **Base64** format for names formating. Allow to store names in a more concise way that raw ASCII/UTF-8 text.
Alphabet : `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.-` Alphabet : `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_-`
## 2.3. Hashes ## 2.3. Hashes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment