Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/norio-nomura/hmac

CommonCrypto HMAC wrapper for Swift on OS X and iOS
https://github.com/norio-nomura/hmac

Last synced: 3 months ago
JSON representation

CommonCrypto HMAC wrapper for Swift on OS X and iOS

Awesome Lists containing this project

README

        

# CommonCrypto HMAC wrapper for Swift on OS X and iOS
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CI Status](http://img.shields.io/travis/norio-nomura/HMAC.svg?style=flat)](https://travis-ci.org/norio-nomura/HMAC)

HMAC is a [CommonCrypto's HMAC](https://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man3/CCHmac.3cc.html) wrapper for Swift on OS X and iOS

## Requirements

* iOS 8 or later
* macOS 10.9 or later
* tvOS 9 or later
* watchOS 2 or later

## Installation

### Carthage

HMAC is available through [Carthage](https://github.com/Carthage/Carthage). To install
it, simply add the following line to your Cartfile:

`github "norio-nomura/HMAC"`

## Author

Norio Nomura

## License

HMAC is available under the MIT license. See the LICENSE file for more info.