Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 3, 2020 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/aaf4778fda732a7bb6109d2723c7ad48 to your computer and use it in GitHub Desktop.
Save r-ryantm/aaf4778fda732a7bb6109d2723c7ad48 to your computer and use it in GitHub Desktop.
/nix/store/6fbz0xh28pmd25y0vg9k8shd91ch3zw5-python2.7-scrypt-0.8.17
├── lib
│   └── python2.7
│   └── site-packages
│   ├── scrypt
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── scrypt.py
│   │   ├── scrypt.pyc
│   │   └── tests
│   │   ├── ciphertexts.csv
│   │   ├── hashvectors.csv
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── test_scrypt_c_module.py
│   │   ├── test_scrypt_c_module.pyc
│   │   ├── test_scrypt.py
│   │   ├── test_scrypt_py2x.py
│   │   ├── test_scrypt_py2x.pyc
│   │   ├── test_scrypt_py3x.py
│   │   ├── test_scrypt_py3x.pyc
│   │   └── test_scrypt.pyc
│   ├── scrypt-0.8.17.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── _scrypt.so
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment