mirror of
https://github.com/fluencelabs/crypto
synced 2025-04-24 22:32:17 +00:00
* read and write ecdsa key into file * file storage to F * fix test * add monad error * header create * store keys in json * either -> try * simplify config loading * delete println * comment fixes
12 lines
139 B
Scala
12 lines
139 B
Scala
import SbtCommons._
|
|
|
|
commons
|
|
|
|
libraryDependencies ++= Seq(
|
|
cats1,
|
|
scodecBits,
|
|
bouncyCastle,
|
|
scalatest,
|
|
circeCore,
|
|
circeParser
|
|
) |