diff options
| author | J08nY | 2021-01-20 20:24:11 +0100 |
|---|---|---|
| committer | J08nY | 2021-01-20 20:24:11 +0100 |
| commit | 9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3 (patch) | |
| tree | bb695e485808e4d0517d84053019e2f7ddb03679 /pyecsca/ec/params.py | |
| parent | adc3cd52147f35e0a7cc9008ac96619dd89cda48 (diff) | |
| download | pyecsca-9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3.tar.gz pyecsca-9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3.tar.zst pyecsca-9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3.zip | |
Diffstat (limited to 'pyecsca/ec/params.py')
| -rw-r--r-- | pyecsca/ec/params.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyecsca/ec/params.py b/pyecsca/ec/params.py index a48b70d..6583bae 100644 --- a/pyecsca/ec/params.py +++ b/pyecsca/ec/params.py @@ -1,3 +1,7 @@ +""" +This module provides functions for obtaining domain parameters from the `std-curves <https://github.com/J08nY/std-curves>`_ +repository. It also provides a domain parameter class and a class for a whole category of domain parameters. +""" import json from sympy import Poly, FF, symbols, sympify from astunparse import unparse |
