Releases: cpatsonakis/js-mutual-auth-ecies
Releases · cpatsonakis/js-mutual-auth-ecies
v0.3.3
v0.3.2
- Fixed a small check for 'undefined' which was, for some mysterious reason, not pushed as part of the previous release.
- Fixed the curveName variable on the ECDH vs ECDSA benchmark that caused it to crash,
v0.3.1
Fixed a small bug when checking various object properties. Strong equality changed from === undefined to === 'undefined'
v0.3.0
- Removed
pskcrypto
dependency. - Refactored the code of the
crypto
module. - Added new helper method to ECIES modules that returns the receiver's ECDH public key from the input encrypted envelope.
- Updated example usages and benchmark code.
- Updated documentation.
ECIES Release & ECIES-DOA-DS small bug fix
- Fix a small bug in the implementation of ECIES-DOA-DS. In short, we didn't check the output of the MAC's verification during decryption. Now it properly throws an error if the MAC check does not verify.
- Implementation of ECIES.
- Added documentation for ECIES implementation.
- Improved the documentation overall.
ECIES-DOA-DS Release
This marks the official release of the code base regarding the ECIES-DOA-DS implementation.