NIST SP 800-22

2008-08-08 Thread abc_123_ok
Dear All, In my program, I use rand() to generate some randsom, I use IAR compiler to compile my program, I want to know the rand() of IAR lib if it is according to NIST SP 800-22. for (count = 0; count 32; count++) { sslContext[0].clientRandom[count] = rand(); sslContext[0

Re: NIST SP 800-22

2008-08-08 Thread Kyle Hamilton
, In my program, I use rand() to generate some randsom, I use IAR compiler to compile my program, I want to know the rand() of IAR lib if it is according to NIST SP 800-22. for (count = 0; count 32; count++) { sslContext[0].clientRandom[count] = rand(); sslContext[0].sessionID[count