Re: RNG_SystemRNG

2007-01-02 Thread Nelson B
Bob Relyea wrote: > You can get to the random number generator through PK11_GenerateRandom(). Bob's answer is right. My previous answer to this question wasn't. -- Nelson B ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://li

Re: RNG_SystemRNG

2007-01-02 Thread Bob Relyea
Honzab wrote: Hi, I am developing an extension for Firefox that uses NSS for cryptography. I would like to use RNG_SystemRNG function to gain random noise from OS. This seems to be the best way to initialize my own secured random generator. Problem is that this function is declared in private

Re: RNG_SystemRNG

2006-12-27 Thread Nelson B
Honzab wrote: Hi, I am developing an extension for Firefox that uses NSS for cryptography. I would like to use RNG_SystemRNG function to gain random noise from OS. This seems to be the best way to initialize my own secured random generator. Problem is that this function is declared in private

RNG_SystemRNG

2006-12-20 Thread Honzab
Hi, I am developing an extension for Firefox that uses NSS for cryptography. I would like to use RNG_SystemRNG function to gain random noise from OS. This seems to be the best way to initialize my own secured random generator. Problem is that this function is declared in private header (dist