SwiftyRSA v0.4.0 Release Notes

Release Date: 2016-07-26 // over 7 years ago
    • 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(). #22
    • Added WatchOS and tvOS support. #23