mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(big): add SBigIsZero
This commit is contained in:
parent
c9826d2336
commit
1cad63b7f2
5 changed files with 33 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ int32_t IsOdd(const BigBuffer &num);
|
|||
|
||||
int32_t IsOne(const BigBuffer &num);
|
||||
|
||||
int32_t IsZero(const BigBuffer &num);
|
||||
|
||||
uint64_t MakeLarge(uint32_t low, uint32_t high);
|
||||
|
||||
void Mul(BigBuffer& a, const BigBuffer& b, uint64_t c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue