gitextract_r9ptinru/ ├── .gitignore ├── LICENSE ├── README.md ├── composer.json ├── config.php ├── cypher/ │ ├── block-genesis.cypher │ ├── block.cypher │ ├── tx-coinbase.cypher │ └── tx.cypher ├── cyphertx.php ├── docs/ │ ├── benchmark.md │ ├── cypher.md │ └── how.md ├── functions/ │ ├── README.md │ ├── basic.php │ ├── block.php │ ├── hash.php │ ├── keys.php │ ├── readtx.php │ ├── script.php │ └── tx.php └── main.php