projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
670b228
)
update
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Feb 2001 15:46:31 +0000
(15:46 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Feb 2001 15:46:31 +0000
(15:46 +0000)
lib/silccrypt/silcdh.h
patch
|
blob
|
history
diff --git
a/lib/silccrypt/silcdh.h
b/lib/silccrypt/silcdh.h
index e51f69278d6a236b732b59e5650db3235e72f732..ab23e26d6c38dab95143d533ae874a444f0b7152 100644
(file)
--- a/
lib/silccrypt/silcdh.h
+++ b/
lib/silccrypt/silcdh.h
@@
-57,7
+57,7
@@
SilcDH silc_dh_alloc(SilcRng rng, SilcInt *g, SilcInt *p, SilcInt *lpf);
allocation. Frees all the allocated data inside the DH context. */
void silc_dh_free(SilcDH dh);
-/* Generates random private value `x' such that 0 < x < lpf at
lea
st of
+/* Generates random private value `x' such that 0 < x < lpf at
mo
st of
length of lpf. Returns FALSE if the random number could not be generated.
Returns the generated value into `x' pointer sent as argument, unless
the `x' is NULL. The returned `x' must no be freed by the caller. */