aboutsummaryrefslogtreecommitdiff
path: root/tests/core/math/big/generate_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Update test generatorgingerBill2025-11-271-2/+4
|
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Turn `core:math/bìg` tests into regular `core:testing` tests.Jeroen van Rijn2025-06-111-0/+648
`core:math/big` has been verified against Python's big integer implementation long enough. Turn it into a regular regression test using the `core:testing` framework, testing against a generated corpus of test vectors.