big: Add int_to_bytes_{big, little} + Python compatible variants.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:54 +02:00
parent 851780b8f4
commit 12f9b6db63
6 changed files with 202 additions and 26 deletions
-1
View File
@@ -61,7 +61,6 @@ parser.add_argument(
timed_or_fast.add_argument(
"-fast-tests",
help = "Cut down on the number of iterations of each test",
default = True,
action = "store_true",
)