Skip to content

Commit 9389b4d

Browse files
kushaldasmsporny
authored andcommitted
Fixes example signature name typo
The example contains Ed25519 signature instead of RSA as mentioned in the line.
1 parent ae31f28 commit 9389b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ <h3>Proofs (Signatures)</h3>
17361736
For example, if digital signatures are used for the proof mechanism, the
17371737
<code>proof</code> <a>property</a> is expected to have name-value pairs that
17381738
include a signature, a reference to the signing entity, and a representation of
1739-
the signing date. The example below uses RSA digital signatures.
1739+
the signing date. The example below uses Ed25519 digital signatures.
17401740
</p>
17411741

17421742
<pre class="example nohighlight"

0 commit comments

Comments
 (0)