mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(big): add SBigMul
This commit is contained in:
parent
e74654800d
commit
6e96e0a767
11 changed files with 179 additions and 0 deletions
|
|
@ -7,3 +7,7 @@ TSGrowableArray<uint8_t>& BigData::Output() const {
|
|||
BigBuffer& BigData::Primary() {
|
||||
return this->m_primary;
|
||||
}
|
||||
|
||||
BigStack& BigData::Stack() const {
|
||||
return const_cast<BigStack&>(this->m_stack);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue