Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove most of crypto and move out of search path
We only use keccak out of cncrypto, so this removes all the other junk, and minimally modifies the keccak implementation to build in ethyl without needing other files. This also puts it under a src/ethyl-keccak subdirectory so that when we are building with cncrypto from oxen-core, we won't find the local version in our include path and instead get the appropriate headers via oxen-core when building with oxen-core's cncrypto.
- Loading branch information