Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benarvin/baocxxhash


https://github.com/benarvin/baocxxhash

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# BAOCxxHash

[![CI Status](https://img.shields.io/travis/benarvin/BAOCxxHash.svg?style=flat)](https://travis-ci.org/benarvin/BAOCxxHash)
[![Version](https://img.shields.io/cocoapods/v/BAOCxxHash.svg?style=flat)](https://cocoapods.org/pods/BAOCxxHash)
[![License](https://img.shields.io/cocoapods/l/BAOCxxHash.svg?style=flat)](https://cocoapods.org/pods/BAOCxxHash)
[![Platform](https://img.shields.io/cocoapods/p/BAOCxxHash.svg?style=flat)](https://cocoapods.org/pods/BAOCxxHash)

## Introduction

Objective-C encapsulation of [xxHash](https://github.com/Cyan4973/xxHash). You can hash NSString, NSData and files...

## Installation

BAOCxxHash is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'BAOCxxHash'
```

Or, you can use it directly by import code files under ```/BAOCxxHash/Classes/```

## Author

benarvin, [email protected]

## License

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