X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilcpkcs.h;h=92b420386414c8935269d50a0aa696d2d314fcc4;hb=ae81323a6c29c176f6dd235aea5f6ce4b42263ea;hp=94a7fd8b36184e6b1a854d55b864aa1403a1c04a;hpb=98c6bbf7fb68ed46c830793dddcf6359f78845f8;p=silc.git diff --git a/lib/silccrypt/silcpkcs.h b/lib/silccrypt/silcpkcs.h index 94a7fd8b..92b42038 100644 --- a/lib/silccrypt/silcpkcs.h +++ b/lib/silccrypt/silcpkcs.h @@ -118,7 +118,7 @@ extern SilcPKCSObject silc_default_pkcs[]; Now we wouldn't have to send the SilcRng object since the primes are provided as arguments. To send them as void * they could actually be - used as in anyway for real (MP_INT (SilcInt) or even something else + used as in anyway for real (MP_INT (SilcMPInt) or even something else (the pointer could be kludged to be something else in the module)) (Plus, the SilcRng object management in prime generation would be simpler and better what it is now (in silcprimegen.c, that is)).