Merge pull request #30 from PanosSakkos/patch-1

Updated IDZSwiftCommonCrypto entry
pull/31/head
Sobolev Nikita 2016-10-04 00:37:54 +03:00 committed by GitHub
commit 1ff6f3354b
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
### Swift
- [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift) - Crypto related functions and helpers for Swift implemented in Swift programming language.
- [IDZSwiftCommonCrypto](https://github.com/iosdevzone/IDZSwiftCommonCrypto) - Wrapper for Apple's Common Crypto library written in Swift.
- [IDZSwiftCommonCrypto](https://github.com/iosdevzone/IDZSwiftCommonCrypto) - Wrapper for Apple's [CommonCrypto](https://opensource.apple.com/source/CommonCrypto/) library written in Swift.
- [OpenSSL](https://github.com/Zewo/OpenSSL) - Swift OpenSSL for OS X and Linux.
- [SweetHMAC](https://github.com/jancassio/SweetHMAC) - Tiny and easy to use Swift class to encrypt strings using HMAC algorithms.
- [Swift-Sodium](https://github.com/jedisct1/swift-sodium) - Swift interface to the Sodium library for common crypto operations for iOS and OS X.