2016-03-30 23:04:14 -04:00
|
|
|
USING: byte-arrays checksums checksums.xxhash tools.test ;
|
2014-02-25 18:55:32 -05:00
|
|
|
|
|
|
|
{ 1584409650 } [ "asdf" 0 <xxhash> checksum-bytes ] unit-test
|
|
|
|
{ 4257502458 } [ "Hello World!" 12345 <xxhash> checksum-bytes ] unit-test
|
|
|
|
|
|
|
|
{ 1584409650 } [ "asdf" >byte-array 0 <xxhash> checksum-bytes ] unit-test
|
|
|
|
{ 4257502458 } [ "Hello World!" >byte-array 12345 <xxhash> checksum-bytes ] unit-test
|