aboutsummaryrefslogtreecommitdiff
path: root/frozen_deps/Cryptodome/Util/_cpu_features.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'frozen_deps/Cryptodome/Util/_cpu_features.pyi')
-rw-r--r--frozen_deps/Cryptodome/Util/_cpu_features.pyi2
1 files changed, 2 insertions, 0 deletions
diff --git a/frozen_deps/Cryptodome/Util/_cpu_features.pyi b/frozen_deps/Cryptodome/Util/_cpu_features.pyi
new file mode 100644
index 0000000..10e669e
--- /dev/null
+++ b/frozen_deps/Cryptodome/Util/_cpu_features.pyi
@@ -0,0 +1,2 @@
+def have_aes_ni() -> int: ...
+def have_clmul() -> int: ...