BN_pseudo_rand function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<bignum_st>, ffi.Int, ffi.Int, ffi.Int)
>()
external int BN_pseudo_rand(
ffi.Pointer<bignum_st> rnd,
int bits,
int top,
int bottom,
);
@ffi.Native<
ffi.Int Function(ffi.Pointer<bignum_st>, ffi.Int, ffi.Int, ffi.Int)
>()
external int BN_pseudo_rand(
ffi.Pointer<bignum_st> rnd,
int bits,
int top,
int bottom,
);