aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/asymmetric/x25519.py
Commit message (Expand)AuthorAgeFilesLines
* Deal with the 2.5 deprecations (#5048)Alex Gaynor2019-11-031-1/+1
* x448 and x25519 should enforce key lengths in backend (#4703)Paul Kehrer2019-01-171-3/+6
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-2/+8
* error if the key length for x25519 isn't 32 bytes (#4584)Paul Kehrer2018-11-121-0/+4
* add a little bit of x25519 interface docs we missed (#4574)Paul Kehrer2018-11-121-3/+9
* X25519 Support (#3686)Paul Kehrer2017-06-091-0/+54