mirror of https://github.com/M66B/FairEmail.git
Added remark
This commit is contained in:
parent
ec4e2e173a
commit
8bc778bba8
|
@ -2466,6 +2466,7 @@ public class MessageHelper {
|
||||||
byte[] key = Base64.decode(p, Base64.DEFAULT);
|
byte[] key = Base64.decode(p, Base64.DEFAULT);
|
||||||
byte[] signature = Base64.decode(s, Base64.DEFAULT);
|
byte[] signature = Base64.decode(s, Base64.DEFAULT);
|
||||||
|
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc8463
|
||||||
if ("Ed25519".equals(salgo)) {
|
if ("Ed25519".equals(salgo)) {
|
||||||
if (false) {
|
if (false) {
|
||||||
// https://www.rfc-editor.org/rfc/rfc8037#page-9
|
// https://www.rfc-editor.org/rfc/rfc8037#page-9
|
||||||
|
|
Loading…
Reference in New Issue