mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(big): add Mul
This commit is contained in:
parent
33585cb36f
commit
e74654800d
3 changed files with 75 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ void FromUnsigned(BigBuffer& buffer, uint32_t value);
|
|||
|
||||
uint64_t MakeLarge(uint32_t low, uint32_t high);
|
||||
|
||||
void Mul(BigBuffer& a, const BigBuffer& b, uint64_t c);
|
||||
|
||||
void ToBinary(TSGrowableArray<uint8_t>& output, const BigBuffer& buffer);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue