Skip to content

ECIES Release & ECIES-DOA-DS small bug fix

Compare
Choose a tag to compare
@cpatsonakis cpatsonakis released this 07 Apr 09:27
· 11 commits to main since this release
  • 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.