summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_ed448.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-241-2/+9
* Convert ed448 to Rust (#8705)Alex Gaynor2023-04-111-0/+3
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-101-0/+18
* Add shortcut methods for exporting EC keys as raw bytes (#8357)David Buchanan2023-02-221-0/+3
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-1/+1
* ed448 type hints (#5730)Paul Kehrer2021-01-311-4/+8
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-42/+59
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-081-3/+0
* ed448 support (#4610)Paul Kehrer2019-02-271-0/+242