fixed typo

This commit is contained in:
Dagur 2022-03-27 22:10:56 +00:00
parent a438cb79d3
commit 6095eda2a9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dlog = znlog(A, g)
When trying to convert `x` into ASCII we just gets garbage. This implies that the flag is bigger than the modulus so we just need to add the modulus until we get something resembling the flag
Formally, we would say that the flag is in the residue clas of `x` modulo `p`
Formally, we would say that the flag is in the residue class of `x` modulo `p`
```sage
from Crypto.Util.number import long_to_bytes