MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / _init_nacl

Function _init_nacl

pymysql/_auth.py:57–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def _init_nacl():
58 global _nacl_bindings
59 try:
60 from nacl import bindings
61
62 _nacl_bindings = bindings
63 except ImportError:
64 raise RuntimeError(
65 "'pynacl' package is required for ed25519_password auth method"
66 )
67
68
69def _scalar_clamp(s32):

Callers 1

ed25519_passwordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected