Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 16:24
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/92d7897a894ae8d890c527bc25b8ff00 to your computer and use it in GitHub Desktop.
Save r-ryantm/92d7897a894ae8d890c527bc25b8ff00 to your computer and use it in GitHub Desktop.
/nix/store/zx9vrjr53qllm1qm3idfy8phvlyzd5k6-ethash-0.6.0
├── include
│   └── ethash
│   ├── ethash.h
│   ├── ethash.hpp
│   ├── hash_types.h
│   ├── hash_types.hpp
│   ├── keccak.h
│   ├── keccak.hpp
│   ├── progpow.hpp
│   └── version.h
└── lib
├── cmake
│   └── ethash
│   ├── ethashConfig.cmake
│   ├── ethashConfigVersion.cmake
│   ├── ethashTargets.cmake
│   └── ethashTargets-release.cmake
├── libethash.a
└── libkeccak.a
5 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment