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