login.py 126 B

123456
  1. from type_ import *
  2. import hashlib
  3. def check_login(uid: uid_t, name: uname_t, passwd: passwd_t, salt: str) -> bool:
  4. ...