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.
_fields_
list
Sequence
1 parent 5dd0557 commit 8d0465bCopy full SHA for 8d0465b
oqs/oqs.py
@@ -267,7 +267,7 @@ class KeyEncapsulation(ct.Structure):
267
free | OQS_KEM_free
268
"""
269
270
- _fields_: ClassVar[list[tuple[str, Any]]] = [
+ _fields_: ClassVar[Sequence[tuple[str, Any]]] = [
271
("method_name", ct.c_char_p),
272
("alg_version", ct.c_char_p),
273
("claimed_nist_level", ct.c_ubyte),
@@ -464,7 +464,7 @@ class Signature(ct.Structure):
464
free | OQS_SIG_free
465
466
467
468
469
470
0 commit comments