All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added test cases.
- Added function to retrive uncompressed publicKey from privateKey
- Added function to encrypt message using recipient publicKey and sender priveteKey
- Added function to decrypt message using recipient privateKey and sender publicKey