summaryrefslogtreecommitdiffhomepage
path: root/Crypto
Commit message (Collapse)AuthorAge
* Removed embedded copy of secret-sharing library, since finite-field only ↵Joey Hess2016-08-28
| | | | | | supports prime fields. This caused shares to double in size.
* temporarily inline argon2 haskell bindingsJoey Hess2016-08-12
| | | | | | | Works around bug that prevents the argon2 haskell library from building from source. Revert once that's fixed. I included the text of the LICENSE from argon2 into the two source files.
* inline slightly modified version of secret-sharingJoey Hess2016-08-11
Needed for efficient serialization of shares, unless upstream takes my suggestion to make the finite field be size 256.