Skip to content
Snippets Groups Projects
Commit 8c6255a0 authored by Igor Markin's avatar Igor Markin
Browse files

Udpate readme

parent 916ad50e
No related branches found
No related tags found
1 merge request!44Implement a new signature/verification algorithm with severity level
...@@ -119,7 +119,7 @@ const { ...@@ -119,7 +119,7 @@ const {
EMAIL_VENDORS.GMAIL, EMAIL_VENDORS.GMAIL,
senderHtml, senderHtml,
senderPlain, senderPlain,
senderAttachmentsHashes senderAttachmentsHashes // Only hashes of MIME attachements, no links
); );
``` ```
...@@ -142,7 +142,7 @@ const { ...@@ -142,7 +142,7 @@ const {
EMAIL_VENDORS.GMAIL, EMAIL_VENDORS.GMAIL,
receiverHtml, receiverHtml,
receiverPlain, receiverPlain,
receiverAttachmentsHashes, receiverAttachmentsHashes, // Only hashes of MIME attachements, no links
signatures, signatures,
rabinFingerprints rabinFingerprints
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment