mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(big): add Compare
This commit is contained in:
parent
aad7f751dd
commit
e9d3284c70
3 changed files with 94 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ void Add(BigBuffer& a, const BigBuffer& b, uint32_t c);
|
|||
|
||||
void Add(BigBuffer& a, const BigBuffer& b, const BigBuffer& c);
|
||||
|
||||
int32_t Compare(const BigBuffer& a, const BigBuffer& b);
|
||||
|
||||
uint32_t ExtractLowPart(uint64_t& value);
|
||||
|
||||
uint32_t ExtractLowPartSx(uint64_t& value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue