mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(big): add SBigAdd
This commit is contained in:
parent
6c83070380
commit
33585cb36f
5 changed files with 110 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
#include "storm/big/BigBuffer.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
void Add(BigBuffer& a, const BigBuffer& b, const BigBuffer& c);
|
||||
|
||||
uint32_t ExtractLowPart(uint64_t& value);
|
||||
|
||||
uint32_t ExtractLowPartSx(uint64_t& value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue