262ea78
(HEAD -> master)
updating primeset and mishmash_test.go by
2021-10-28 11:18:37 -0400
5f5bdae
updating mishmash - changed some types to remove a lot of casting from Engine(), renamed slct to selectPrime. removed some extra code from the Mishmash benchmark by
2021-10-26 15:02:06 -0400
b65d469
updating mishmash hash to match main CodeDweller branch by
2021-10-20 14:44:11 -0400
c37b145
updating tests + benchmark. found strings to be marginally faster (12500 ns/op vs []byte at ~15000 ns/op) by
2021-08-11 12:29:32 -0400
e3a1552
Merge branch 'master' of https://code.microneil.com/wdillon/mishmash by
2021-08-10 14:05:55 -0400
cb20cac
changed []byte to string after finding out string indexing is faster than []byte in Go, since we're never modifying our string and only working with the accumulator we should see an improvement in speed in general by
2021-08-10 14:05:23 -0400
0659e4e
adding go.mod file by
2021-07-19 12:38:36 -0500
75fc6bd
testing against CodeDweller/mishmash, minor changes in preparation of testing Golang Threatable by
2021-07-19 12:41:39 -0400
9cc32e3
adding collision stats to README by
2021-06-24 13:38:56 -0400
ba60fcb
updated mishmash - engine returns accumulator for use with Mishmash which takes it as an optional seed. Mishmash can be seeded however desired through this mechanism as well. Added simple function to decode accumulator for ease of use when we're going to be double hashing by
2021-06-23 12:44:46 -0400
7bad662
updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given by
2021-06-23 09:19:24 -0400
a48e8f7
first commit by
2021-03-19 15:11:32 -0400