Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:30
· 12 commits to master since this release
288f9b3

ChaoticEncryption v0.3.0

Diff since v0.2.0

Breaking changes

  • ChaoticEncryption.jl now only supports Julia versions greater than 1.6 (#60, @Saransh-cpp)

Optimisations

  • Refactored substitution_encryption and substitution_decryption under _substitution function (#55, @Saransh-cpp)
  • Images can now be encrypted/decrypted inplace (#58, @Saransh-cpp)

Documentation

Features

  • Added substitution_encryption! and substitution_decryption! to encrypt/decrypt images inplace (#58, @Saransh-cpp)

CI

Closed issues:

  • Add docstring for the module (#47)
  • Add more documentation (#54)
  • Add CI to clean gh-pages (#62)

Merged pull requests: