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

https://github.com/nullfx/swift-nullfx.crc

NullFX CRC is a small set of CRC utilities (crc8, crc16, and crc32) written in swift and released under the MIT License
https://github.com/nullfx/swift-nullfx.crc

crc crc-algorithms crc-calculation crc16 crc16ccitt crc16dnp crc8 nullfx-crc swift

Last synced: 10 days ago
JSON representation

NullFX CRC is a small set of CRC utilities (crc8, crc16, and crc32) written in swift and released under the MIT License

Awesome Lists containing this project

README

          

# nullfx.crc

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

## Installation

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

```ruby
pod 'nullfx.crc'
```

## License

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

this repository is also mirrored on [GitLab](https://gitlab.com/nullfx/swift-nullfx.crc) and [BitBucket](https://bitbucket.org/nullfx/swift-nullfx.crc) just in case the new evil overlords kill off the greatness of github...

## Alternate
There's another version of this library that uses swift PM here: https://github.com/nullfx/NullfxCrc