Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 27, 2020 05:47
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/c3329fb4dca4720b09452298d61a3536 to your computer and use it in GitHub Desktop.
Save r-ryantm/c3329fb4dca4720b09452298d61a3536 to your computer and use it in GitHub Desktop.
/nix/store/q6yldvk2i9g5h1k05k4y6d9i08l2ypjf-python2.7-scrypt-0.8.15
├── 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.15.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── _scrypt.so
└── nix-support
└── propagated-build-inputs
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment