Scorex icon indicating copy to clipboard operation
Scorex copied to clipboard

Isolate dependency on scorex.crypto to a single file

Open Zahnentferner opened this issue 7 years ago • 1 comments

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.

Zahnentferner avatar Jun 17 '18 11:06 Zahnentferner

Coverage Status

Coverage remained the same at 46.83% when pulling 935343661dbc64aa4376b4462148eb1ac9d5fcc9 on ceilican:isolate-crypto into 3e57441ef42a37fcd9275e48b213be9feaa2e24a on ScorexFoundation:master.

coveralls avatar Jun 17 '18 11:06 coveralls