On Sat, Mar 16, 2013 at 11:48 PM, coderman <coder...@gmail.com> wrote:
> 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); ...

... then to JNI, then to Java.

the high level Java abstraction you reference, Crypto.bytes(), won't
work as desired unless you can load the native library, and also have
the CPU instruction set required for those native C calls around the
asm hardware extensions.
_______________________________________________
cryptography mailing list
cryptography@randombit.net
http://lists.randombit.net/mailman/listinfo/cryptography

Reply via email to