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