From 0c168fceb9dc7b3cdc73e88840570f9ba40b86b8 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Mon, 3 Oct 2016 23:28:41 +0200 Subject: [PATCH] Updated IDZSwiftCommonCrypto entry Fixed typo and added link to Apple's CommonCrypto source code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05889ab..c65ba36 100644 --- a/README.md +++ b/README.md @@ -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.