aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add other grant.J08nY2024-11-212-0/+2
|
* Add paper bibtex.J08nY2024-09-052-0/+23
|
* Fix Plausible master.J08nY2024-08-281-1/+1
|
* Fix plausible init.J08nY2024-08-281-1/+1
|
* Add plausible to docs.J08nY2024-08-284-3/+15
|
* Fix multiplecontext issue.J08nY2024-08-281-2/+2
|
* Remove SwapLadderMultiplier.J08nY2024-08-286-177/+53
| | | | It is the same as LadderMultiplier. The swaps are not tracked.
* More ladder multipliers.J08nY2024-08-2812-71/+189
|
* Add XDH (X25519, X448).J08nY2024-08-279-61/+424
|
* Bump std submodule to include Curve448.J08nY2024-08-271-0/+0
|
* Bump notebooks.J08nY2024-08-261-0/+0
|
* Merge pull request #68 from J08nY/fix/formula-expand-detJán Jančár2024-08-265-57/+182
|\ | | | | Make formula expansion deterministic
| * Make formula expand fully deterministic.J08nY2024-08-261-5/+2
| | | | | | | | Hopefully!
| * Add more metadata to networkx_graph.J08nY2024-08-262-12/+33
| |
| * Add parallel version of formula expansion.J08nY2024-08-264-14/+97
| |
| * Fix iterable import.J08nY2024-08-261-2/+1
| |
| * Make formula expand deterministic.J08nY2024-08-264-33/+58
|/
* Bump notebooks.J08nY2024-08-241-0/+0
|
* Give warning when using slow DCP/divpoly computation.J08nY2024-08-242-0/+5
|
* Move libraries to separate docs.J08nY2024-08-2322-1357/+1344
|
* Add CHES paper to docs.J08nY2024-08-236-5/+65
|
* Add links to tutorials on pyecsca.J08nY2024-08-192-0/+13
|
* Bump notebooks.0.3.3J08nY2024-07-241-0/+0
|
* Merge branch 'feat/ubuntu-latest-ci'J08nY2024-07-244-13/+14
|\
| * Move to ubuntu-latest in CI.J08nY2024-07-244-13/+14
|/
* Bump notebooks.J08nY2024-07-241-0/+0
|
* Use setuptools_scm for version info.J08nY2024-07-242-5/+6
|
* Optimize sdist.J08nY2024-07-243-3/+7
|
* Move library formulas from test to main package.J08nY2024-07-2466-5/+5
|
* Bump to 0.3.2.0.3.2J08nY2024-07-172-3/+6
|
* Bump notebook repo.J08nY2024-07-171-0/+0
|
* Add MyBinder links to notebooks in docs.J08nY2024-07-161-0/+8
|
* Fix project links.J08nY2024-07-161-1/+1
|
* Add project links to docs.J08nY2024-07-162-2/+19
|
* Link to github sources in docs.J08nY2024-07-161-1/+13
|
* Mention notebook requirements.J08nY2024-07-161-1/+9
|
* Merge pull request #67 from J08nY/feat/cython-modJán Jančár2024-07-1640-1224/+1425
|\ | | | | Prepare Mod for cython
| * Improve installation docs.J08nY2024-07-163-13/+86
| |
| * Fix Mod -> mod in tests.J08nY2024-07-161-2/+2
| |
| * Explain option to cythonize in docs.J08nY2024-07-162-1/+2
| |
| * Better print in perf.J08nY2024-07-169-28/+93
| |
| * Use faster symbol.name instead of str(symbol).J08nY2024-07-161-3/+3
| |
| * Fix pow in Mod.J08nY2024-07-168-22/+10
| |
| * Fix perf.J08nY2024-07-151-3/+3
| |
| * Do not ABC the Mod.J08nY2024-07-151-2/+1
| |
| * Move to function based Mod dispatch.J08nY2024-07-1529-256/+251
| |
| * Fix feature flag imports in perf.J08nY2024-07-155-4/+16
| |
| * Bump mypy in pre-commit.J08nY2024-07-151-1/+3
| |
| * Split mod to a package.J08nY2024-07-157-963/+1029
|/
* Fix homepage in metadata.J08nY2024-07-151-2/+2
|