Clearing up comment to reflect true strength of GenerateChallenge()

0.1-prestable
Adam Frisby 2007-04-27 02:24:31 +00:00
parent 3659e64274
commit 7e29f458ad
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace OpenSim.Framework
}
/// <summary>
/// Generates a new challenge string to be issued to a foreign host. Challenges are 1024-bit messages generated using the Crytographic Random Number Generator.
/// Generates a new challenge string to be issued to a foreign host. Challenges are 1024-bit (effective strength of less than 512-bits) messages generated using the Crytographic Random Number Generator.
/// </summary>
/// <returns>A 128-character hexadecimal string containing the challenge.</returns>
public static string GenerateChallenge()