Anbin Xiong

Results 3 comments of Anbin Xiong

> It should return (-5) mod p where p is the plaintext base. however, it return a wrong answer ![lx_clip1546859449460_lx](https://user-images.githubusercontent.com/7950671/50765160-ffb2de80-12af-11e9-9d6f-e6b024f61188.jpg)

> It should return (-5) mod p where p is the plaintext base. and where p is 1021 in my code. THX very much.

> -5 mod 1021 == 1016 > When you decrypt you should add -1021 to the result if it's larger than 510. THX