UNPKG

shamirs-secret-sharing-ts

Version:

A simple implementation of Shamir's Secret Sharing configured to use a finite field in GF(2^8) with 128 bit padding

3 lines (2 loc) 84 B
declare function horner(x: number, a: string | any[]): number; export { horner };