Skip to content

Commit 747a262

Browse files
authored
Merge pull request #143 from HRio/fix-keytype-for-eddsa-test
KeyType.EC_EDWARDS in test_sign_eddsa
2 parents 03db4e5 + fbc5367 commit 747a262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ecc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_import_key_pair(self):
154154
@requires(Mechanism.EC_EDWARDS_KEY_PAIR_GEN, Mechanism.EDDSA)
155155
def test_sign_eddsa(self):
156156
parameters = self.session.create_domain_parameters(
157-
KeyType.EC,
157+
KeyType.EC_EDWARDS,
158158
{
159159
# use "Ed25519" once https://github.com/wbond/asn1crypto/pull/134
160160
# is merged

0 commit comments

Comments
 (0)