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
1 text_type = str
2
3 class Crypto:
4     @staticmethod
5     def sha1_hmac_hash(secret_key, content): ...
6     @staticmethod
7     def sha256_hmac_hash(secret_key, content): ...
8     @staticmethod
9     def secure_compare(left, right): ...