We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03db4e5 + fbc5367 commit 747a262Copy full SHA for 747a262
tests/test_ecc.py
@@ -154,7 +154,7 @@ def test_import_key_pair(self):
154
@requires(Mechanism.EC_EDWARDS_KEY_PAIR_GEN, Mechanism.EDDSA)
155
def test_sign_eddsa(self):
156
parameters = self.session.create_domain_parameters(
157
- KeyType.EC,
+ KeyType.EC_EDWARDS,
158
{
159
# use "Ed25519" once https://github.com/wbond/asn1crypto/pull/134
160
# is merged
0 commit comments