feat(big): add SBigDec

This commit is contained in:
Adam Heinermann 2024-11-15 03:22:16 -08:00 committed by superp00t
parent 5e776b6db7
commit fac094793a
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