mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Clarify keynum_sk
This commit is contained in:
parent
da316d938a
commit
cefa6bff69
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ base64(<signature_algorithm> || <kdf_algorithm> || <cksum_algorit
|
|||
<code>kdf_memlimit</code>: <code>crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>keynum_sk</code>: <code><kdf_output> ^ (<key_id> || secret_key> || <checksum>)</code>
|
||||
<code>keynum_sk</code>: <code><kdf_output> ^ (<key_id> || <secret_key> || <public_key> || <checksum>)</code>, 104 bytes
|
||||
</li>
|
||||
<li>
|
||||
<code>key_id</code>: 8 random bytes</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue