fork-openpgpjs/src/key
larabr 01b02d6092 Always select SHA-256 or longer hash for Ed25519 signatures (new format)
Due to a bug, a shorter hash could be selected, and signing would throw as a result.
This change fixes the issue by automatically picking SHA-256, if needed.
The same was already done for legacy EdDSA signatures.
2023-10-03 18:50:40 +02:00
..
factory.js Remove import cycles 2023-02-21 18:27:59 +01:00
helper.js Always select SHA-256 or longer hash for Ed25519 signatures (new format) 2023-10-03 18:50:40 +02:00
index.js Lint: error if imported value not found in module (#1507) 2022-03-14 21:40:16 +01:00
key.js Add support for verifying User Attributes in verifyAllUsers (#1637) 2023-05-15 15:40:53 +02:00
private_key.js Add signatureNotations option to sign and encrypt 2023-02-15 19:42:45 +01:00
public_key.js Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
subkey.js Add signatureNotations option to sign and encrypt 2023-02-15 19:42:45 +01:00
user.js Add signatureNotations option to sign and encrypt 2023-02-15 19:42:45 +01:00