feat(big): add SBigXor

This commit is contained in:
Adam Heinermann 2024-11-17 03:28:44 -08:00 committed by superp00t
parent 6a88f93619
commit da8a663fd7
5 changed files with 63 additions and 0 deletions

View file

@ -75,4 +75,6 @@ void ToBinary(TSGrowableArray<uint8_t>& output, const BigBuffer& buffer);
void ToStream(TSGrowableArray<uint8_t>& output, const BigBuffer& buffer);
void Xor(BigBuffer& a, const BigBuffer& b, const BigBuffer& c);
#endif