new module for monix implementation of KademliaClient (#44)

* new module and renaming

* refactoring

* PR comments fixes

* delete new
This commit is contained in:
Dima 2018-02-14 14:12:13 +03:00 committed by GitHub
parent d182a92e98
commit b01dffd779

View File

@ -22,12 +22,12 @@ import java.io.File
import cats.data.EitherT
import cats.instances.try_._
import fluence.crypto.algorithm.{ CryptoErr, Ecdsa }
import org.scalatest.{ BeforeAndAfterAll, Matchers, WordSpec }
import org.scalatest.{ Matchers, WordSpec }
import scodec.bits.ByteVector
import scala.util.{ Random, Try }
class SignatureSpec extends WordSpec with Matchers with BeforeAndAfterAll {
class SignatureSpec extends WordSpec with Matchers {
def rndBytes(size: Int) = Random.nextString(10).getBytes