| Copyright | Copyright (C) 2015 Swift Navigation Inc. |
|---|---|
| License | LGPL-3 |
| Maintainer | Mark Fine <dev@swiftnav.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SwiftNav.CRC16
Description
Error detection functions.
- crc16 :: ByteString -> Word16
Documentation
crc16 :: ByteString -> Word16 Source #
Calculate CCITT 16-bit Cyclical Redundancy Check (CRC16).