๐Ÿ“Test your language implementation on hashing algorithm

source

Implement a non-trivial hashing algorithm in your language. : ProgrammingLanguages

When writing a compiler for your language, test in on a non-trivial hashing algorithm (like SHA-3). Feed random inputs to the program and verify outputs match a known-good implementation. Any difference will likely mean a compiler bug.

Backlinks