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) 73 B
declare function points(a0: any, opts: any): any[]; export { points };