Repository URL to install this package:
from .scrypt import encrypt, decrypt, hash, error __all__ = ['error', 'encrypt', 'decrypt', 'hash']