weitao feng
weitao feng
[在crypto的elgamal部分:](https://ctf-wiki.org/crypto/asymmetric/discrete-log/elgamal/ ) 这里应该是 `gcd(A-1 , p-1)` 吧。
FYI, I got the demo running in a newer environment. I'm using Python 3.9 and installed PyTorch and PyTorch3D [this way](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md). Then I installed other dependencies with: ``` pip install...
My os is Ubuntu 20.04LTS. For me, Install the dependencies in README seems not enough. here's what I installed: ``` sudo apt-get install libopenexr-dev sudo apt-get install libsuitesparse-dev sudo apt-get...