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.