C#で正しくSHA-256ハッシュをエンコードする方法は? private static string ToHex(byte[] bytes, bool upperCase)
{
StringBuilder result = new StringBuilder(bytes.Length * 2);
for (int i = 0; i < bytes.Length; i++)
サマーキャンプのために、C++で2つのバージョンのSHAを実装する必要があります。 Here's the docs for the algorithm。 私はSHA-1、SHA-224、およびSHA-256を完全に稼働させましたが、私は512またはその派生物を正しく取得できませんでした。私はddaf35a193617aba cc417349ae204131 12e6fa4e89a97ea2 0a9
既存のSHA-256、別のまたは複数の異なるデータタイプ BigInteger d = new BigInteger("773182302672421767750165305491852205951657281488");
BigInteger r = new BigInteger("1354751385705862203270732046669540660812388894970");