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
Swifty RSA 0.4.0
- Add support for SHA2 (224,256,384 & 512 bits) digest algorithms
- verifySHA1SignatureData & signSHA1Digest are now deprecated; use verifySignature() and signDigest()
- Objective-C sign & verification functions now require a digestMethod: parameter
- Added support to read multiple keys from an input file using publicKeysFromString()
- Added WatchOS and tvOS support