Contains the library source code. The best place to start is in public.cpp which implements the public interface.
| Files | Description |
|---|---|
| blake2 | Blake2 implementation . |
| crypto | Siphash implementation . |
| cuckoo | Cuckoo Cycle implementation . |
| PicoSHA2 | Simple header only sha256 implementation. |
| stratum | Stratum client. |
| miner | Miner logic. |
| ctpl | CTPL thread pool implementation. |
| util | Misc util functions. |
| public.cpp | Implements the public library interface. |
| minerd | Simple commandline program to mine Merit. |