mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(big): add SBigIsOdd
This commit is contained in:
parent
6759cb4d7c
commit
9074869097
5 changed files with 35 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ void InsertLowPart(uint64_t& value, uint32_t low);
|
|||
|
||||
int32_t IsEven(const BigBuffer &num);
|
||||
|
||||
int32_t IsOdd(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