about summary refs log tree commit diff stats
path: root/test/expression/modint.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modint: add tests for big intAjax2017-01-131-0/+9
|
* Div: fix modint operationAjax2017-01-131-1/+5
|
* Miasm v2serpilliere2014-06-031-0/+59
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !