Releases: imkcat/CatCrypto
Releases · imkcat/CatCrypto
0.3.2
Added
Changed
- Upgrade
argon2
version to 20190702
0.3.0
Added
CatCryptoResult
added more value output
Changed
- Redesign the low level code
- Support Xcode 10 and Swift 4.2
0.2.3
Added
- Add
SHA-3
function crypto: CatSHA3Crypto
0.2.2.2
Changed
- Every context class base on struct
- Reorganization file structure
0.2.2.1
Fixed
- Fix SHA-2 hash length issue
0.2.2
Added
- Add
SHA-1
and SHA-2
function cryptos: CatSHA1Crypto
and CatSHA2Crypto
Changed
- Optimize project file structure
0.2.1.2
Added
- Add new protocol
Contextual
Changed
0.2.1.1
Added
- Add new protocols
Hasing
and Verification
Changed
- Rename
CatArgon2ContextMode
to CatArgonMode
- Optimize codes
0.2.1
Changed
- Split
CatMessageDigestCrypto
to single crypto such as: CatMD2Crypto
- Optimize code