Releases: ivRodriguezCA/IRCrypto
Releases · ivRodriguezCA/IRCrypto
IRCrypto 0.9.7
- Added data integrity (HMAC-SHA256) methods.
- Added hashing (SHA256) method.
- Added documentation to IRCrypto header file.
- Added more examples to README file.
IRCrypto 0.9.6
- Fixed issue storing
RSA Asymmetric keysin the Keychain as typekSecAttrKeyTypeEC - Fixed issue preventing
RSA Asymmetric keysto be loaded from the Keychain asSecKeyRefinstead ofNSData
IRCrypto 0.9.5
- Fixed issue preventing
EC Asymmetric keysto be stored in the Keychain - Fixed issue preventing
EC Asymmetric keysto be loaded from the Keychain - Fixed issue preventing
EC Asymmetric keysto be deleted from the Keychain - Fixed broken tests
IRCrypto 0.9.4
- Fixed keychain item attributes for saved keys.
- Fixed nullability on public constants.
- Added new error case for OSStatus result.
- Added Touch ID example to README