mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Added remark
This commit is contained in:
parent
ec4e2e173a
commit
8bc778bba8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue