Re: [codec] SipHash

2019-11-23 Thread Alex Herbert
> On 23 Nov 2019, at 11:17, Giorgio Zoppi wrote: > > Hello, > Yes it is, but siphash is in part a Mac. Surely that applies to any hash function that can be seeded with a key? It is not a crytographic strength hash but it may of use to have an implementation in codec. > > > El sáb., 23 no

Re: [codec] SipHash

2019-11-23 Thread Giorgio Zoppi
Hello, Yes it is, but siphash is in part a Mac. El sáb., 23 nov. 2019 a las 9:46, Alex Herbert () escribió: > While going through the MurmurHash3 code I noted that the wikipedia page > states that it can be sensitive to some types of collision. The was shown > by the authors of SipHash [1]. > >

[codec] SipHash

2019-11-23 Thread Alex Herbert
While going through the MurmurHash3 code I noted that the wikipedia page states that it can be sensitive to some types of collision. The was shown by the authors of SipHash [1]. Is it worth adding SipHash to the codec digest package? It is the hash used in hash table implementations of several