mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(big): add InsertLowPart
This commit is contained in:
parent
5d875631a6
commit
2b8cc51ad8
3 changed files with 32 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ void FromUnsigned(BigBuffer& buffer, uint32_t value);
|
|||
|
||||
uint32_t HighBitPos(const BigBuffer& a);
|
||||
|
||||
void InsertLowPart(uint64_t& value, uint32_t low);
|
||||
|
||||
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