mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(big): add Add
This commit is contained in:
parent
b2cbc02189
commit
aad7f751dd
3 changed files with 79 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include "storm/big/BigStack.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
void Add(BigBuffer& a, const BigBuffer& b, uint32_t c);
|
||||
|
||||
void Add(BigBuffer& a, const BigBuffer& b, const BigBuffer& c);
|
||||
|
||||
uint32_t ExtractLowPart(uint64_t& value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue