Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 767 Bytes

CHANGELOG

Version 0.1.3 (2023-03-07)

  • Adds Deprecated annotations to SecureRandom and SecRandomCopyException
  • Moves the project to KotlinCrypto organization at THIS repository.

Version 0.1.2 (2023-01-16)

  • Add support for js-browser and js-node (#41)

Version 0.1.1 (2023-01-16)

  • Fixes fillCompletely function not updating internal index properly, resulting in an endless loop if more than 2 invocations were needed. (#40)

Version 0.1.0 (2023-01-16)

  • Initial Release