iowaguy / shamir-secret-sharing

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

make key gen concurrent #7

Open bweintra opened 9 years ago

bweintra commented 9 years ago

Each key set should be computed in parallel. Don't return until all goroutines have finished.