ChaoticEncryption v0.4.0
Features
- Introduced
save_img
argument in encryption/decryption functions to manually save the resultant image (#83) - Introduced
debug
argument in encryption/decryption functions to print debug statements (#83)
Optimisations
- Added
Bool
type to theinplace
variable (#83)
Documentation
- Made everything strict except
:missing docs
(#83)
Closed issues:
- REGISTER! (#20)
Merged pull requests:
- Simplify examples and doctests (#80) (@Saransh-cpp)
- Use
TestImages.jl
instead of adding test images to the repository (#81) (@Saransh-cpp) - Remove
cron
job (#82) (@Saransh-cpp) - Introduce
save_img
,debug
, and add!
to_substitute_pixel
(#83) (@Saransh-cpp) - Remove
!
from_substitute_pixel
+ v0.4.0 (#84) (@Saransh-cpp)