Skip to content
Snippets Groups Projects
Commit e3351ee3 authored by Éloïs's avatar Éloïs Committed by Éloïs
Browse files

[fix] typo: duwif -> dewif

parent f5d30f20
No related branches found
No related tags found
1 merge request!5Dewif
......@@ -59,7 +59,7 @@ Encrypted datas :
|:--------------:|:-------------------:|
| seed bytes | public key bytes |
The public key serves as a checksum. To check that the `.duwif` file is not corrupted, simply generate an ed25519 keypair with the seed and check that the obtained public key matches.
The public key serves as a checksum. To check that the `.dewif` file is not corrupted, simply generate an ed25519 keypair with the seed and check that the obtained public key matches.
Example 1:
......@@ -76,7 +76,7 @@ p: 1
0xecdaab8f7ea0ea6f4b9f4e930cef2a1bb277736f64c971c43ca5d73cfb4bb80f # public key
```
DUWIF base 64 string (with zeroing aes key):
DEWIF base 64 string (with zeroing aes key):
`AAFTQgEdcnSqvdxZW9Q+37b1RpiC5lsd/kjT01xUq122obU8R2IyyAVqpAsC2s7dwOX9xJ4r9WRnNrcpjLt3Mnq3`
......@@ -98,4 +98,4 @@ Encrypted datas :
|:---------------:|:--------------------:|:---------------:|:--------------------:|
| seed bytes | public key bytes | seed bytes | public key bytes |
The public key serves as a checksum. To check that the `.duwif` file is not corrupted, simply generate an ed25519 keypair with the seed and check that the obtained public key matches.
The public key serves as a checksum. To check that the `.dewif` file is not corrupted, simply generate an ed25519 keypair with the seed and check that the obtained public key matches.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment