Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 480 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 480 Bytes

Changelog

v1.0.0-rc1

  • Deprecated Apoc.decode_hex/1 in favour of Apoc.unhex/1 and Apoc.unhex!/1
  • Moved primitives to Hazmat module
  • Added Dialyzer static analysis
  • Improved tests and better coverage

v0.2.0 2018-10-23

  • Implemented behaviour for Hash functions
  • Removed MD5

v0.1.2 2018-09-18

  • Fixed bug when dumping an RSA Private Key to PEM

v0.1.1 2018-09-18

  • Added RSA OAEP support, easier key management

v0.1.0 2018-09-14

Initial Release