Andy Balholm
|
99596c61a1
|
Consolidate composite hashes.
|
2019-03-09 14:01:03 -08:00 |
Andy Balholm
|
ba67d8c1de
|
Consolidate rolling hashes.
|
2019-03-09 13:54:31 -08:00 |
Andy Balholm
|
42dac55258
|
Consolidate "forgetful chain" hashes.
|
2019-03-09 13:34:19 -08:00 |
Andy Balholm
|
c4f1bfa34f
|
Start reducing duplication in hasher code.
The C version defined several related hasher types with preprocessor
tricks, but I split them up for the translation to Go. Now I'm
recombining them.
|
2019-03-09 13:01:56 -08:00 |
Andy Balholm
|
74ae18c776
|
Use some Go library functions.
|
2019-03-08 19:45:16 -08:00 |
Andy Balholm
|
7ed41e6356
|
Change more hasher functions to methods.
|
2019-03-08 16:43:15 -08:00 |
Andy Balholm
|
bbbdedf380
|
Start converting hasher functions to methods.
|
2019-03-08 15:10:41 -08:00 |
Andy Balholm
|
6a14da654a
|
Embed HasherCommon in each hasher type.
(Rather than having a pointer to the custom data in HasherCommon.)
|
2019-03-08 14:11:00 -08:00 |
Andy Balholm
|
69a32ecc1a
|
Initial commit.
This is the output of c2go, except for util.go.
|
2019-03-06 14:55:38 -08:00 |