Beispiel #1
0
 static Merkle()
 {
     BuildZeroHashes();
     UInt256.CreateFromBigEndian(out RootOfNull, Sha256.OfAnEmptyString.Bytes);
 }
Beispiel #2
0
 static Merkle()
 {
     BuildZeroHashes();
     UInt256.CreateFromBigEndian(out RootOfNull, Sha256.RootOfAnEmptyString.AsSpan().ToArray());
 }