Consensys / react-native-sssa

Shamir's secret sharing algorithm for react-native
https://consensys.github.io/web3studio-sojourn/#the-vault
Apache License 2.0
17 stars 5 forks source link

Setup project integrate shamir #4

Open hadasz opened 5 years ago

hadasz commented 5 years ago

WIP of integrating shamir's but code amount has far exceeded amount appropriate for review. Still need to set up JSDoc. So far - this is a rewrite of existing shamir javascript implementation (https://github.com/amper5and/secrets.js/ ) that uses react-native-securerandom for the random number generator, and focuses on emphasizing and explaining the concepts of Galois Fields of characteristic 2, the fields from which coefficients are randomly generated.