massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / util / crypto.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/util/crypto.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/util/crypto.pyi
new file mode 100644 (file)
index 0000000..6ea4a83
--- /dev/null
@@ -0,0 +1,9 @@
+text_type = str
+
+class Crypto:
+    @staticmethod
+    def sha1_hmac_hash(secret_key, content): ...
+    @staticmethod
+    def sha256_hmac_hash(secret_key, content): ...
+    @staticmethod
+    def secure_compare(left, right): ...