about summary refs log tree commit diff stats
path: root/test/expression/modint.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move modint in coreFabrice Desclaux2020-07-211-74/+0
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-1/+2
|
* Support python2/python3Fabrice Desclaux2019-03-051-15/+16
|
* 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 !