コード例 #1
0
ファイル: SHA256.cs プロジェクト: dangershony/MithrilShards
 public Core.DataTypes.UInt256 MithrilShards_DoubleSha256()
 {
     return(new Core.DataTypes.UInt256(HashGenerator.DoubleSha256(_data)));
 }