feat(big): add SBigDec

This commit is contained in:
Adam Heinermann 2024-11-15 03:22:16 -08:00 committed by fallenoak
parent 0a91e211b4
commit 038c388b73
6 changed files with 97 additions and 50 deletions

View file

@ -53,6 +53,8 @@ void Square(BigBuffer& a, const BigBuffer& b, BigStack& stack);
void Sub(BigBuffer& a, const BigBuffer& b, const BigBuffer& c);
void Sub(BigBuffer& a, const BigBuffer& b, uint32_t c);
void ToBinary(TSGrowableArray<uint8_t>& output, const BigBuffer& buffer);
#endif