Example #1
0
 public static string ToSHA512(this string rawData)
 {
     return(Enigma.ComputeSHA512(rawData));
 }