예제 #1
0
 public byte[][] SHA256_MultiHash_EmptyInput()
 {
     return(HashFunctions.SHA256Parallel(null, null, null, null));
 }