Example #1
0
 public static byte[] HashStream(Stream stream_0)
 {
     return(KeyGenerator.HashStream(SHA512.Create(), stream_0));
 }
Example #2
0
 public static byte[] HashStream(string string_0)
 {
     return(KeyGenerator.HashStream(File.OpenRead(string_0)));
 }