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