public byte[][] SHA384_MultiHash_4_EmptyInput()
 {
     return(HashFunctions.SHA384Parallel(null, null, null, null));
 }