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