Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RFCs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documents
RFCs
Commits
4dd45256
Commit
4dd45256
authored
Mar 21, 2021
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[DEWIF] fix mardown titles
parent
811f0e7d
No related branches found
No related tags found
1 merge request
!5
Dewif
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md
+4
-4
4 additions, 4 deletions
rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md
with
4 additions
and
4 deletions
rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md
+
4
−
4
View file @
4dd45256
#
#
13 Duniter Encrypted Wallet Import Format
#
RFC
13
:
Duniter Encrypted Wallet Import Format
```
txt
```
txt
RFC: 13
RFC: 13
...
@@ -29,19 +29,19 @@ Today DUBP manage only the algorithm ED25519, but in the future DUBP can evolve
...
@@ -29,19 +29,19 @@ Today DUBP manage only the algorithm ED25519, but in the future DUBP can evolve
So currently a public key for DUBP is to be understood as an Ed25519 public key.
So currently a public key for DUBP is to be understood as an Ed25519 public key.
##
DEWIF format
##
DEWIF format
DEWIF is an inter-operable and secure format for any DUBP wallet.
DEWIF is an inter-operable and secure format for any DUBP wallet.
DEWIF format is a base64 string.
DEWIF format is a base64 string.
This base64 string encodes a sequence of bytes whose structure is defined below.
This base64 string encodes a sequence of bytes whose structure is defined below.
##
dewif bytes structure
##
dewif bytes structure
| version (4 bytes) | currency code (4 bytes) | version data (any bytes) |
| version (4 bytes) | currency code (4 bytes) | version data (any bytes) |
|:-----------------:|:-----------------------:|:------------------------:|
|:-----------------:|:-----------------------:|:------------------------:|
##
Currencies code
##
Currencies code
| Currency | code |
| Currency | code |
|:---------|:-----------|
|:---------|:-----------|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment