1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-10-14 08:35:56 -05:00
Files
suyu-mirror/src/core
Lioncash 2e5f0e5024 xts_archive: Remove unused variables from CalculateHMAC256()
These variables aren't used, which still has an impact, as std::vector
cannot be optimized away by the compiler (it's constructor and
destructor are both non-trivial), so this was just wasting memory.
2018-09-19 14:23:13 -04:00
..
2018-09-19 11:59:01 -04:00