[nodejs] `crypto.Hash` digest endianness

2013-08-18 Thread Alan Gutierrez
I'm implementing a collection of non-cryptographic hash algorithms for use in tables and data verity in pure-JavaScript with native counterparts. https://github.com/bigeasy/hash The hashes I've implemented so far produce keys that are a multiple of 32-bit, where each 32-bits represents a regi

Re: [nodejs] `crypto.Hash` digest endianness

2013-08-19 Thread Ben Noordhuis
On Mon, Aug 19, 2013 at 6:54 AM, Alan Gutierrez wrote: > I'm implementing a collection of non-cryptographic hash algorithms for use in > tables and data verity in pure-JavaScript with native counterparts. > > https://github.com/bigeasy/hash > > The hashes I've implemented so far produce keys t