pyauth / python-pkcs11

PKCS#11/Cryptoki support for Python
MIT License
150 stars 71 forks source link

fix DeprecationWarning in test_ecdh #175

Closed HRio closed 2 months ago

HRio commented 8 months ago

Also update docs to match

Fixes:

 CryptographyDeprecationWarning: Curve argument must be an instance of an EllipticCurve class.
mathiasertl commented 2 months ago

Thanks for the update!