mirror of
https://github.com/fluencelabs/crypto
synced 2025-04-24 22:32:17 +00:00
new module for monix implementation of KademliaClient (#44)
* new module and renaming * refactoring * PR comments fixes * delete new
This commit is contained in:
parent
d182a92e98
commit
b01dffd779
@ -22,12 +22,12 @@ import java.io.File
|
|||||||
import cats.data.EitherT
|
import cats.data.EitherT
|
||||||
import cats.instances.try_._
|
import cats.instances.try_._
|
||||||
import fluence.crypto.algorithm.{ CryptoErr, Ecdsa }
|
import fluence.crypto.algorithm.{ CryptoErr, Ecdsa }
|
||||||
import org.scalatest.{ BeforeAndAfterAll, Matchers, WordSpec }
|
import org.scalatest.{ Matchers, WordSpec }
|
||||||
import scodec.bits.ByteVector
|
import scodec.bits.ByteVector
|
||||||
|
|
||||||
import scala.util.{ Random, Try }
|
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
|
def rndBytes(size: Int) = Random.nextString(10).getBytes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user