Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 596 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 596 Bytes

Changelog

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.

[Released]

[1.0.5] - 2020-03-06

Added

  • Added test cases.

[1.0.3] - 2020-03-04

Added

  • 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