A Haskell implementation of Shamir’s Secret Sharing Scheme over GF(256).
Stars
4
Forks
1
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
41
commits
Put function pragma after the functions.
2f4c163
Improve quickchecks.
70a2662
Added QuickCheck test.
cd9ecdf
Clarify doctest for split.
d744bb3
Format Cabal file a bit.
11e6aa8
Add Stack build file.
5df0495
Ignore Criterion reports.
d030a88
Use `nf` instead of `whnf`.
093a406
Add benchmarks.
16a477c
Move tests to a dedicated directory.
aa62a77
Make gfEval point-free.
1992008
Fix indentation.
21d73b1
Expand lambda.
a103b5e
Fix inlining for gfExp and gfDiv.
ac13ac1
Move gfYIntercept to foldr.
e16a6c8