Skip to content

Commit

Permalink
Fix grammar in secretKeyMultibase definition.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Sep 2, 2023
1 parent c464ea2 commit d4f73ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,14 @@ <h4>Multikey</h4>
expression of an Ed25519 secret key (sometimes also referred to as a private key).
The value starts with the two-byte prefix `0x8026` (the varint expression of `0x1300`),
followed by the 32-byte Ed25519 secret key data. The combined 34-byte
value is then encoded using base58-btc (`z`) as the prefix.
value is then base58-btc encoded and `z` is added as the prefix on the
encoded value.
</p>

<p class="advisement">
Developers are advised to not accidentally publish a representation of a secret
key, and to not export the `secretKeyMultibase` property by default, when serializing
key pairs to Multikey.
Developers are advised to prevent accidental publication of a representation of
a secret key, and to not export the `secretKeyMultibase` property by default,
when serializing key pairs to Multikey.
</p>

</section>
Expand Down

0 comments on commit d4f73ee

Please sign in to comment.