|
|
|
|
|
by cpeterso
5543 days ago
|
|
I am surprised at how half-baked this code sounds. Why would Google release a new hash library that does not support big endian platforms, uses unaligned memory access on little endian platforms, is strict-aliasing unsafe, and is implemented in C++? |
|