Exemple #1
0
 public HashObjectWriterTests()
 {
     _hashFunc = new Sha512HashFunction();
     _writer   = new HashObjectWriter(_hashFunc);
 }