minio/pkg/utils/checksum/crc32c
Harshavardhana 8ce9b84b69 Crc32c re-implementation with Convenience functions
- Sum32([]byte) --> uint32
   - Sum(io.Reader) --> uint32, error
2015-02-27 13:39:17 -08:00
..
crc32c_darwin.go Crc32c re-implementation with Convenience functions 2015-02-27 13:39:17 -08:00
crc32c_intel.go Crc32c re-implementation with Convenience functions 2015-02-27 13:39:17 -08:00
crc32c_linux.go Crc32c re-implementation with Convenience functions 2015-02-27 13:39:17 -08:00
crc32c_linux_amd64.S Implement crc32c for Darwin, update documentation 2015-01-23 19:43:51 -08:00
crc32c_test.go Crc32c re-implementation with Convenience functions 2015-02-27 13:39:17 -08:00
doc.go Further restructure 2015-01-14 12:40:43 -08:00