dsprenkels / sss

Library for the Shamir secret sharing scheme
MIT License
352 stars 80 forks source link

Notes on blockstack/secret-sharing #29

Closed DonaldTsang closed 4 years ago

DonaldTsang commented 5 years ago

It does not use GF(256) or other GF(2^n) unlike sss and others. Something worth while to note. Also

has this feature. (have not checked C or C++)

dsprenkels commented 5 years ago

Hi. Sorry for reacting this late. I think I do not fully understand your comment.

It does not use GF(256) or other GF(2^n) unlike sss and others.

Yeah. This is a design choice. I am not really sure why this would matter.

Also [...] has this feature. (have not checked C or C++)

What feature are you referring to? Are you referring to using GF(p), instead of GF(2^n)?

DonaldTsang commented 5 years ago

@dsprenkels the reason whether GF(p) and GF(2^8) is due to efficiency and code simplicity

dsprenkels commented 5 years ago

Yeah. What about it? I don't really seem to get what is the issue/bug we need to solve.

DonaldTsang commented 5 years ago

@dsprenkels would like to add these extra footnotes on the ReadMe

dsprenkels commented 5 years ago

Oh. Of course. :)

You are completely welcome to. Just open a pull request.