mruby-bigint: separate mpz and bint functions; ref #6371

The pull-request #6371 was tight integration of mpz and bint functions.
The mpz functions take `struct RBigint*` instead of `mpz_t*`. It
decrease maintainability, in my opinion. This commit initializes `mpz_t`
from `struct RBigint*` in bint functions, so that we can keep separation
of function roles.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-10-10 23:04:04 +09:00
parent c6dbaf702e
commit e21055604c
File diff suppressed because it is too large Load Diff