module Conjure.Constants where

-- FIXME: this should be configurable.
blockSize :: Int
blockSize = 2^15



