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
- Host: GitHub
- URL: https://github.com/nullfx/swift-nullfx.crc
- Owner: nullfx
- License: mit
- Created: 2018-03-11T03:04:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T23:11:05.000Z (over 6 years ago)
- Last Synced: 2025-07-22T23:14:43.184Z (3 months ago)
- Topics: crc, crc-algorithms, crc-calculation, crc16, crc16ccitt, crc16dnp, crc8, nullfx-crc, swift
- Language: Swift
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nullfx.crc
[](https://travis-ci.org/nullfx/swift-nullfx.crc)
[](http://cocoapods.org/pods/nullfx.crc)
[](http://cocoapods.org/pods/nullfx.crc)
[](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