Releases: yakivmospan/scytale
Releases · yakivmospan/scytale
Scytale v1.0.1
Bugfixes
Issue #5
Some of exceptions return null ingetMessage()
method. This was causing nativeLog
to crash. Now if any exception during encryption, decryption or key manipulations occurs Scytale will print short error log to logcat with exception class name and exception message, if last exists. UseCrypto#setErrorListener
andStore#setErrorListener
methods to get more information about errors.
Scytale v1.0.0
Initial version of Scytale