scienceasdf

Results 3 comments of scienceasdf

好的好的 后续会注意公式环境的问题

I encounter errors too while using Qt 5.12.0 and Android ndk clang compiler. From the error message, I got it is because the variables `u64 B0, B1, ...` in shatree.c...

I've tried to rename the` B0, B1, B2, ...` to m_B0, `m_B1, m_B2, ...` like this: ``` static void KeccakF1600Step(SHA3Context *p){ int i; u64 m_B0, m_B1, m_B2, m_B3, m_B4; u64...