From b2719f6e84c0c1f49ac6ab9b60846a899563961c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Aug 2016 16:33:26 -0400 Subject: inline slightly modified version of secret-sharing Needed for efficient serialization of shares, unless upstream takes my suggestion to make the finite field be size 256. --- Types/Cost.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Types') diff --git a/Types/Cost.hs b/Types/Cost.hs index 45cf813..de091b8 100644 --- a/Types/Cost.hs +++ b/Types/Cost.hs @@ -1,5 +1,10 @@ {-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses, EmptyDataDecls #-} +{- Copyright 2016 Joey Hess + - + - Licensed under the GNU AGPL version 3 or higher. + -} + module Types.Cost where import Utility.HumanTime -- cgit v1.2.3