Added authentication tests with EdDSA.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-08-18 16:48:12 +02:00
parent 7997eefdc8
commit 8af7cac57a
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
from fido2.client import CtapError
from fido2.cose import ES256, ES384, ES512
from fido2.cose import ES256, ES384, ES512, EdDSA
import pytest