Lines Matching full:sss
12 #include "sss.h"
15 * The purpose of this example is to implement the SSS
72 * Although bigger primes could be used, beware that SSS shares recombination
124 /* SSS shares and secret generation */
242 * differ depending on this size. However, this is not really an issue per se for our SSS in _sss_raw_generate()
281 /* SSS helper to compute Lagrange interpolation on an input value.
322 * SSS secret (which happens to be the constant of degree 0 of the in _sss_raw_lagrange()
368 * SSS secret (which happens to be the constant of degree 0 of the in _sss_raw_lagrange()
409 /* SSS shares and secret combination */
416 /* SSS shares and secret generation:
469 /* SSS shares and secret combination
530 /* SSS shares regeneration from existing shares
647 /********* main test program for SSS *************/
648 #ifdef SSS
666 /* Generate N shares for SSS with at least K shares OK among N */ in main()