Updated is my code constant time? (markdown)

Sun Yimin 2022-08-16 14:14:28 +08:00
parent 1ed25116a3
commit d975764eb9

@ -47,3 +47,7 @@ __INLINE void cpSM2KE_reduction_x2w(BNU_CHUNK_T *r, const BNU_CHUNK_T *a, const
return;
}
```
相对而言第四步计算tB运算需要实现素数为Order n的montgomery运算:
1. 纯golang可以通过代码生成。
1. amd64/arm64至少需要实现加法乘法已经有了。