Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 16:29
· 29 commits to master since this release
1fc6338

ChaoticEncryption v0.2.0

Diff since v0.1.1

Breaking changes

Features

  • lorenz_key and logistic_key are more flexible and independent now (one can specify the upper bound of pseudo-random number, hence now they are not limited only to image encryption) (#39, @Saransh-cpp)

Optimisations

  • logistic_key now pre-allocates the memory, making the function twice as fast as before (#48, @Saransh-cpp)
  • Removed redundant dependencies (#50, @Saransh-cpp)

Documentation

  • Updated all the examples to go with Julia v1.7.2 migration (#34, @Saransh-cpp)
  • All the docstrings have been updated to follow Julia v1.7.2 and to pass the doctests (#32, @Saransh-cpp)

CI

Contributors