On Sat, Mar 16, 2013 at 11:14 PM, James A. Donald <jam...@echeque.com> wrote:
> Doubtless I am not looking in the right place, but I do not see the api for
> RDRAND - or indeed the api for anything...

https://github.com/wg/crypto/blob/master/src/main/asm/rdrand.S
 called as
   uint8_t rdrand_bytes(uint8_t *dst, size_t len, uint32_t retries);


it's just an instruction. the AESNI are more fun... ;)
_______________________________________________
cryptography mailing list
cryptography@randombit.net
http://lists.randombit.net/mailman/listinfo/cryptography

Reply via email to