| Copyright | Copyright (C) 2015-2021 Swift Navigation Inc. |
|---|---|
| License | MIT |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SwiftNav.CRC16
Description
Error detection functions.
Synopsis
- crc16 :: ByteString -> Word16
Documentation
crc16 :: ByteString -> Word16 Source #
Calculate CCITT 16-bit Cyclical Redundancy Check (CRC16).