Expand description
Fast, small and secure Shamir’s Secret Sharing library crate for large finite fields
Structs§
- Evaluator
- Fp
- FpRepr
- Share
- A share used to reconstruct the secret. Can be serialized to and from a byte array.
- Sharks
- Tuple struct which implements methods to generate shares and recover secrets over a finite field. Its only parameter is the minimum shares threshold.