Skip to content

Commit

Permalink
Fix 'privateKeyMultibase' -> 'secretKeyMultibase'.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 30, 2024
1 parent 0653b9d commit 56eff5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@ <h3>Representation: eddsa-rdfc-2022</h3>
<pre class="example nohighlight" title="Private and Public keys for Signature">
{
publicKeyMultibase: "z6MkrJVnaZkeFzdQyMZu1cgjg7k1pZZ6pvBQ7XJPt4swbTQ2",
privateKeyMultibase: "z3u2en7t5LR2WtQH5PfFqMqwVHBeXouLzo6haApm8XHqvjxq"
secretKeyMultibase: "z3u2en7t5LR2WtQH5PfFqMqwVHBeXouLzo6haApm8XHqvjxq"
}
</pre>

Expand Down Expand Up @@ -2314,7 +2314,7 @@ <h3>Representation: eddsa-jcs-2022</h3>
<pre class="example nohighlight" title="Private and Public keys for Signature">
{
publicKeyMultibase: "z6MkrJVnaZkeFzdQyMZu1cgjg7k1pZZ6pvBQ7XJPt4swbTQ2",
privateKeyMultibase: "z3u2en7t5LR2WtQH5PfFqMqwVHBeXouLzo6haApm8XHqvjxq"
secretKeyMultibase: "z3u2en7t5LR2WtQH5PfFqMqwVHBeXouLzo6haApm8XHqvjxq"
}
</pre>

Expand Down Expand Up @@ -2389,7 +2389,7 @@ <h3>Representation: Ed25519Signature2020</h3>
<pre class="example nohighlight" title="Private and Public keys for Signature">
{
publicKeyMultibase: "z6MkrJVnaZkeFzdQyMZu1cgjg7k1pZZ6pvBQ7XJPt4swbTQ2",
privateKeyMultibase: "z3u2en7t5LR2WtQH5PfFqMqwVHBeXouLzo6haApm8XHqvjxq"
secretKeyMultibase: "z3u2en7t5LR2WtQH5PfFqMqwVHBeXouLzo6haApm8XHqvjxq"
}
</pre>

Expand Down

0 comments on commit 56eff5e

Please sign in to comment.