Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 10/03/14 16:02:46 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 8 8 9 9 This implementation uses the ECMA-182 polynomial with -1 initialization, and computes the bit-reversed CRC. 10 11 == Code == 12 13 You can obtain the latest version of the source code directly from the public git repository: 14 15 {{{ 16 git clone http://git.mcs.anl.gov/hpcrc64.git 17 }}} 10 18 11 19 == Interface ==