- started to implement diffie hellman class

This commit is contained in:
Jan Hutter
2005-11-17 17:22:08 +00:00
parent c1e9c3f697
commit 4750f6c667
10 changed files with 388 additions and 16 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ struct randomizer_s {
*
* @param this calling randomizer_t object
* @param bytes Number of bytes to allocate
* @param[out] chunk chunk which will hold the allocated random bytes
* @param[out] chunk chunk which will hold the allocated random bytes
* @return
* - SUCCESS
* - OUT_OF_RES