Added remark

pull/213/head
M66B 11 months ago
parent ec4e2e173a
commit 8bc778bba8

@ -2466,6 +2466,7 @@ public class MessageHelper {
byte[] key = Base64.decode(p, Base64.DEFAULT);
byte[] signature = Base64.decode(s, Base64.DEFAULT);
// https://datatracker.ietf.org/doc/html/rfc8463
if ("Ed25519".equals(salgo)) {
if (false) {
// https://www.rfc-editor.org/rfc/rfc8037#page-9

Loading…
Cancel
Save