secret-sharing-1.0.0.0: src/Crypto/SecretSharing/Prime.hs
-----------------------------------------------------------------------------
-- |
-- Module : Crypto.SecretSharing.Prime
-- Copyright : Peter Robinson 2014
-- License : LGPL
--
-- Maintainer : Peter Robinson <peter.robinson@monoid.at>
-- 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