Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 05:33
Show Gist options
  • Save ryantm/790645636784c7dcaaf758a811a9cde4 to your computer and use it in GitHub Desktop.
Save ryantm/790645636784c7dcaaf758a811a9cde4 to your computer and use it in GitHub Desktop.
/nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2
├── include
│   ├── tomcrypt_argchk.h
│   ├── tomcrypt_cfg.h
│   ├── tomcrypt_cipher.h
│   ├── tomcrypt_custom.h
│   ├── tomcrypt.h
│   ├── tomcrypt_hash.h
│   ├── tomcrypt_mac.h
│   ├── tomcrypt_macros.h
│   ├── tomcrypt_math.h
│   ├── tomcrypt_misc.h
│   ├── tomcrypt_pkcs.h
│   ├── tomcrypt_pk.h
│   └── tomcrypt_prng.h
└── lib
├── libtomcrypt.la
├── libtomcrypt.so -> libtomcrypt.so.1.0.1
├── libtomcrypt.so.1 -> libtomcrypt.so.1.0.1
├── libtomcrypt.so.1.0.1
└── pkgconfig
└── libtomcrypt.pc
3 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment