mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(big): add SBigSquare
This commit is contained in:
parent
f01c906aa1
commit
4a1b6a0f19
5 changed files with 176 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ void SetOne(BigBuffer& buffer);
|
|||
|
||||
void SetZero(BigBuffer& buffer);
|
||||
|
||||
void Square(BigBuffer& a, const BigBuffer& b, BigStack& stack);
|
||||
|
||||
void Sub(BigBuffer& a, const BigBuffer& b, const BigBuffer& c);
|
||||
|
||||
void ToBinary(TSGrowableArray<uint8_t>& output, const BigBuffer& buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue