From 41be69ecc45623dc61e324398c4946f151a74749 Mon Sep 17 00:00:00 2001 From: Dmitry Kurinskiy Date: Wed, 7 Feb 2018 15:17:13 +0300 Subject: [PATCH] Dataset RPC with ID (#29) * init branch * CoFail cases compiles * trying to add ID into dataset protocol WIP * `Datasets` class with cached DatasetStorage's * tests compiles * license header --- src/main/scala/fluence/crypto/hash/CryptoHasher.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/scala/fluence/crypto/hash/CryptoHasher.scala b/src/main/scala/fluence/crypto/hash/CryptoHasher.scala index 1d97546..96a7201 100644 --- a/src/main/scala/fluence/crypto/hash/CryptoHasher.scala +++ b/src/main/scala/fluence/crypto/hash/CryptoHasher.scala @@ -18,6 +18,7 @@ package fluence.crypto.hash /** + * TODO add F[_] effect * Base interface for hashing. * @tparam M type of message for hashing * @tparam H type of hashed message