diff options
Diffstat (limited to 'include/bh/bigint.h')
| -rw-r--r-- | include/bh/bigint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bh/bigint.h b/include/bh/bigint.h index 116256f..c9cd6e0 100644 --- a/include/bh/bigint.h +++ b/include/bh/bigint.h @@ -84,6 +84,10 @@ int bh_bigint_mul(bh_bigint_t *to, bh_bigint_t *left, bh_bigint_t *right); +int bh_bigint_mul_digit(bh_bigint_t *to, + bh_bigint_t *left, + bh_int16_t right); + int bh_bigint_pow(bh_bigint_t *to, bh_bigint_t *from, bh_uint32_t power); |
