----------------------------------------------------------------------------- -- | -- Module : Crypto.SecretSharing.Prime -- Copyright : Peter Robinson 2014 -- License : LGPL -- -- Maintainer : Peter Robinson -- Stability : stable -- Portability : portable -- ----------------------------------------------------------------------------- module Crypto.SecretSharing.Prime( prime ) where -- | Determines the size of the finite field and the maximum number of shares. prime :: Int prime = 1021