ecies-lite
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "ecies-lite", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A lightweight ECIES tool implemented in pure Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,4 +24,4 @@ # ecies-lite | ||
iv: initialization vector for the cipher algorithm; | ||
ct: cipher text; | ||
mac: MAC value of the above fields along with the derived mac key; | ||
ct: cipher text with the derived encrypt key; | ||
mac: MAC value of the above fields using the derived MAC key; | ||
**/ | ||
@@ -28,0 +28,0 @@ for (let [k, v] of Object.entries(body)) { |
6595