CryptoSwift v0.10.0 Release Notes

Release Date: 2018-05-29 // almost 6 years ago
    • API: BlockMode is no longer an enum. Please migrate to eg. CBC() etc...
    • โž• Adds AES-GCM support. #97 - Feature sponsored by GesundheitsCloud
    • โž• Adds CRC32c support.
    • ๐Ÿ‘Œ Improves AES variant validation.
    • ๐Ÿ›  Fixes empty password in PBKDF2.