Crate star_sharks

source ·
Expand description

Fast, small and secure Shamir’s Secret Sharing library crate for large finite fields

Structs

  • A share used to reconstruct the secret. Can be serialized to and from a byte array.
  • Tuple struct which implements methods to generate shares and recover secrets over a finite field. Its only parameter is the minimum shares threshold.

Constants

Functions