rename whole project and make DHT implementation as a project specific module

This commit is contained in:
Trolli Schmittlauch 2020-02-26 14:11:33 +01:00
parent 6c5faa4fc6
commit ce4cc385b8

View file

@ -9,7 +9,7 @@ Stability : experimental
Modernised EpiChord + k-choices load balancing
-}
module Control.Distributed.Process.DHT.FediChord where
module Hash2Pub.FediChord where
newtype NodeID = NodeID { getNodeID :: Integer } deriving (Eq, Show, Enum)