Implements a special case (k = 2) of Adi Shamir's secret sharing algorithm. This allows secret files to be encrypted on disk but loaded into a process on start if two keys are available.
John Downey
gem "trustworthy", "~> 0.1.0"