You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the types have been migrated to Julia v1.7.2 (#32, @Saransh-cpp)
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)