Drop Python 3.5 support − Migrate to hashlib.scrypt
Compare changes
Files
7+ 1
− 1
pyproject.toml
: Set v3.6 as minimal supported versionpylibscrypt.scrypt
by hashlib.scrypt
pylibscrypt
dependencyScryptParams
: pass attributes as mandatory since mypy
is not happy because hashlib.scrypt
has required keywords
Close #60 (closed), #86 (closed).