Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
10/03/14 16:02:46 (10 years ago)
Author:
hfinkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    88 
    99This implementation uses the ECMA-182 polynomial with -1 initialization, and computes the bit-reversed CRC. 
     10 
     11== Code == 
     12 
     13You 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}}} 
    1018 
    1119== Interface ==