mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 13:49:03 +00:00
Add BN_div function binding
This commit is contained in:
@@ -115,6 +115,13 @@ function bignum_pseudo_rand(bits)
|
||||
-- @return bignum.
|
||||
function bignum_mod_exp(a, p, m)
|
||||
|
||||
--- Returns the bignums which are the result and remainder of <code>a/b</code>
|
||||
-- @param a bignum
|
||||
-- @param b bignum
|
||||
-- @return bignum quotient
|
||||
-- @return bignum remainder (modulo)
|
||||
function bignum_div(a, b)
|
||||
|
||||
--- Returns the bignum which is the result of <code>a+b</code>
|
||||
-- @param a bignum
|
||||
-- @param b bignum
|
||||
|
||||
Reference in New Issue
Block a user