Skip to content

Commit

Permalink
Update scrypt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern authored Mar 1, 2024
1 parent 4550533 commit 462a8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrypt/scrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import importlib.util
_scrypt = cdll.LoadLibrary(importlib.util.find_spec('_scrypt').origin)

__version__ = '0.8.18'
__version__ = '0.8.22'

_scryptenc_buf = _scrypt.exp_scryptenc_buf
_scryptenc_buf.argtypes = [c_char_p, # const uint_t *inbuf
Expand Down

0 comments on commit 462a8ba

Please sign in to comment.