BN_mod_word function
- @Native<UnsignedLong Function(Pointer<
bignum_st> , UnsignedLong)>(ffi.Pointer<bignum_st>, ffi.UnsignedLong)>()
Implementation
@ffi.Native<
ffi.UnsignedLong Function(ffi.Pointer<bignum_st>, ffi.UnsignedLong)
>()
external int BN_mod_word(ffi.Pointer<bignum_st> a, int w);