We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6980a7f commit 9224b80Copy full SHA for 9224b80
src/net/i2p/crypto/eddsa/EdDSAPublicKey.java
@@ -78,10 +78,10 @@ public String getFormat() {
78
* This implements the following specs:
79
*<ul><li>
80
* General encoding: https://tools.ietf.org/html/draft-ietf-curdle-pkix-04
81
- *</li></li>
+ *</li><li>
82
* Key encoding: https://tools.ietf.org/html/rfc8032
83
*</li></ul>
84
- *</p><p>
+ *<p>
85
* For keys in older formats, decoding and then re-encoding is sufficient to
86
* migrate them to the canonical encoding.
87
*</p>
0 commit comments