@digitaldefiance/node-ecies-lib 4.16.0 → 4.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ A Node.js-specific implementation of the Digital Defiance ECIES (Elliptic Curve
|
|
|
8
8
|
|
|
9
9
|
Part of [Express Suite](https://github.com/Digital-Defiance/express-suite)
|
|
10
10
|
|
|
11
|
-
> Current Version: v4.
|
|
11
|
+
> Current Version: v4.16.0
|
|
12
12
|
|
|
13
13
|
This library implements a modern, enterprise-grade ECIES protocol (v4.0) featuring HKDF key derivation, AAD binding, and optimized multi-recipient encryption. It includes a pluggable ID provider system, memory-efficient streaming encryption, and comprehensive internationalization.
|
|
14
14
|
|
|
@@ -671,6 +671,8 @@ describe('Integration with suite-core-lib', () => {
|
|
|
671
671
|
|
|
672
672
|
## ChangeLog
|
|
673
673
|
|
|
674
|
+
### v4.16.0 - Voting key derivation now uses X&Y coordinates for improved security
|
|
675
|
+
|
|
674
676
|
### v4.13.0 - API Naming Improvements & Configuration Enhancements
|
|
675
677
|
|
|
676
678
|
**Breaking Changes:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.1",
|
|
4
4
|
"description": "Digital Defiance Node ECIES Library",
|
|
5
5
|
"homepage": "https://github.com/Digital-Defiance/node-ecies-lib",
|
|
6
6
|
"repository": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"packageManager": "yarn@4.10.3",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@digitaldefiance/ecies-lib": "4.16.
|
|
62
|
+
"@digitaldefiance/ecies-lib": "4.16.1",
|
|
63
63
|
"@digitaldefiance/express-suite-test-utils": "1.0.14",
|
|
64
64
|
"@digitaldefiance/i18n-lib": "4.0.5",
|
|
65
65
|
"@ethereumjs/wallet": "^2.0.4",
|