summaryrefslogtreecommitdiffhomepage
path: root/Share.hs
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.
* chunkingJoey Hess2016-08-19
| | | | | This changed the storage format, not that it matters because nobody is using it yet.
* rename shard -> shareJoey Hess2016-08-19
This makes it clearer that it's not a chunk of data, but a Shamir share.