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