Simple implementation of SHA-3 Keccak hashing to the wrong output in C#?
问题 I'll keep it short and simple! I'm learning C#, and I am trying to get the HashLib library @ https://hashlib.codeplex.com/ working for the new SHA-3 Keccak algorithm. I've written a simple Console/Win32 application that supposedly has to output the correct hash code, but it doesn't! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Diagnostics; using HashLib; using System.Threading.Tasks; namespace ConsoleApplication5 { class