Make the diogenes function public
This commit is contained in:
parent
fcf958cfee
commit
a807b869b5
|
|
@ -20,7 +20,7 @@ public class CryptoRandom : RandomNumberGenerator
|
||||||
r = RandomNumberGenerator.Create();
|
r = RandomNumberGenerator.Create();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string DiogenesCrypt(string word)
|
public static string DiogenesCrypt(string word)
|
||||||
{
|
{
|
||||||
string result = "";
|
string result = "";
|
||||||
byte[] bytes = Encoding.ASCII.GetBytes(word);
|
byte[] bytes = Encoding.ASCII.GetBytes(word);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue