James Cloos <cl...@jhcloos.com> writes:

>From p 8-15 of 319433-011.pdf, I presume that the assembly would look like;
>
>     RDRAND eax  ; randomize 32-bit register eax
>     RDRAND rdx  ; randomize 64-bit register rax

I know what it looks like at that level, but since no assembler (except,
presumably, the one that's part of ICC) will know what to do with 'rdrand',
I'd like to get the encoded form to implement it as '__asm _emit 0x0F __asm
_emit 0xC7 __asm _emit <something>' (in the case of MSVC).

Peter.
_______________________________________________
cryptography mailing list
cryptography@randombit.net
http://lists.randombit.net/mailman/listinfo/cryptography

Reply via email to