X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/c0f640586df9e46a95d2aeb71ce39c934d17a3dc..49a7bf521d2df35d63ea760561a4249a2171b14c:/pub/dsa.h?ds=inline diff --git a/pub/dsa.h b/pub/dsa.h index 97046fde..c803c78f 100644 --- a/pub/dsa.h +++ b/pub/dsa.h @@ -196,7 +196,7 @@ extern mp *dsa_h2n(mp */*d*/, mp */*r*/, const void */*h*/, size_t /*hsz*/); * @mp *q@ = order of the DSA group * @mp *x@ = secret key * @const octet *m@ = message hash - * @const gchash *h@ = hash class + * @const gchash *ch@ = hash class * @grand *r@ = random bit source, or null * * Returns: A nonce.