Scorex
Scorex copied to clipboard
Isolate dependency on scorex.crypto to a single file
Before this PR, many files in scorex.core depended on scorex.crypto. This PR creates a file that serves as interface to scorex.crypto. All other files now only depend on this new file. And this new file is the only file that depends on scorex.crypto.
This PR will ease the replacement of Array[Byte] by ByteString in #221.