diff options
author | Jack Lloyd <[email protected]> | 2018-04-08 18:43:18 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-04-08 18:43:18 -0400 |
commit | c921a1bff2f267dd94f7e4aa8f30341e83d8d52f (patch) | |
tree | ea87e3931721268df068ba921f8c78bd4d610145 /src/lib/math | |
parent | 8b4f53112c4987504b341d960b9c7df07f9d5b8b (diff) |
Convert comba script to Python3
Diffstat (limited to 'src/lib/math')
-rw-r--r-- | src/lib/math/mp/mp_comba.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/mp/mp_comba.cpp b/src/lib/math/mp/mp_comba.cpp index 647cb68cd..5cbd70e56 100644 --- a/src/lib/math/mp/mp_comba.cpp +++ b/src/lib/math/mp/mp_comba.cpp @@ -1,7 +1,7 @@ /* * Comba Multiplication and Squaring * -* This file was automatically generated by ./src/scripts/comba.py on 2016-01-01 +* This file was automatically generated by ./src/scripts/comba.py on 2018-04-08 * * Botan is released under the Simplified BSD License (see license.txt) */ |