Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ tokens**. These sections describes both in detail.
The access secrets are computed as follows:

1. First a 256-bit number (called "Seed") is generated with a cryptographically secure RNG.
2. This number is then interpreted as a ED25519 signing private key which is called the **Write key**.
2. This number is then used to derive a ED25519 signing private key which is called the **Write key**.
3. The corresponding public key is called the **Repository ID**.
4. Finally the salted hash of the seed, interpreted as a symmetric secret key is called the **Read key**.

Expand Down