Skip to content

Commit

Permalink
Removed slowaes, now completely MIT licensed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 7, 2014
1 parent fb1e549 commit 4fdca78
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 664 deletions.
2 changes: 1 addition & 1 deletion pyscrypt/__init__.py
Expand Up @@ -35,6 +35,6 @@
from pyscrypt.file import InvalidScryptFileFormat, ScryptFile
from pyscrypt.hash import hash

VERSION = [1, 2, 1]
VERSION = [1, 3, 0]

__all__ = ['hash', 'InvalidScryptFileFormat', 'ScryptFile']

0 comments on commit 4fdca78

Please sign in to comment.