public byte[][] SHA256_MultiHash_EmptyInput()
 {
     return(HashFunctions.SHA256Parallel(null, null, null, null));
 }