aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample/fips_algorithm.py
Commit message (Collapse)AuthorAgeFilesLines
* flat -> src layout (#294)adamjanovsky2022-12-091-50/+0
| | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-32/+33
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* Add results to notebooks to make them nice on GitHub.J08nY2022-10-251-0/+1
|
* Fix FipsAlgo sorting for serialization.J08nY2022-10-241-3/+19
|
* Fix FIPSalgo serialization.J08nY2022-07-171-7/+8
|
* FIPS: Reorganize FIPSAlgorithm dataset.J08nY2022-07-111-7/+9
| | | | - Now conforms to the dataset API.
* FIPS: Move Algorithm class into a separate file.J08nY2022-07-111-0/+29