Skip to content

Commit

Permalink
an -> and typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Jul 21, 2017
1 parent 797d91f commit 0e1490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-ffdhe.py
Expand Up @@ -64,7 +64,7 @@
# For the INTEGER type (identifier 0x02), the content
# bytes are simply the bytes of the integer itself in
# two's complement form, stored in big-endian order.
# As such, the numbers can be both signed an unsigned.
# As such, the numbers can be both signed and unsigned.
# We only implement unsigned integers, since all the
# numbers we work with in this context are all unsigned.
# Because two's complement is used, all numbers are signed
Expand Down

0 comments on commit 0e1490c

Please sign in to comment.