Doug Coleman
|
217b7f2b0c
|
checksums: Ugly fix for incremental checksums. Add randomized unit tests to ensure that varying length payloads are the same incrementally or all at once.
|
2016-07-09 16:59:15 -05:00 |
Doug Coleman
|
d6d4e0e903
|
checksums: Really fix... only add the number of extra bytes in the last unchecksummed block.
|
2016-07-09 14:17:59 -05:00 |
Doug Coleman
|
2c5a2e9600
|
checksums.common: Checksums was calculating the new length based on the entire array, not on the number of recently added bytes.
Reported by Александр Ilin.
|
2016-07-09 13:53:30 -05:00 |
John Benediktsson
|
8d61ace2b4
|
checksums: fix test using.
|
2016-06-30 14:47:18 -07:00 |
Doug Coleman
|
391f8e433f
|
basis: Cleaning up tests using lists and IN: forms.
|
2016-03-30 20:04:14 -07:00 |
John Benediktsson
|
0d2859124e
|
checksums: remove hex-string in favor of math.parser:bytes>hex-string.
|
2016-03-21 21:06:22 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Doug Coleman
|
70020d59bd
|
add some unit tests testing get-checksum
|
2009-05-17 18:41:15 -05:00 |
Doug Coleman
|
b352bbdc12
|
move sha1 and sha2 to checksums.sha, update usages
|
2009-05-17 17:58:36 -05:00 |