iowaguy / shamir-secret-sharing

A Go implementation of Adi Shamir's 1979 cryptosystem.
4 stars 1 forks source link

key splitting #2

Open iowaguy opened 9 years ago

iowaguy commented 9 years ago

Use key splitting so that large keys can be calculated quickly. Multi-precision math is slow!