Live data from Hacker News

Finite Field Arithmetic and Reed-Solomon Coding

research.swtch.com

21–22 of 22 posts

Re: Finite Field Arithmetic and Reed-Solomon Coding

#21

This just got my brain jazzed. Any other good resources or uses of Finite Fields that would interest a programmer?

Similar in principle to Reed-Solomon coding, we have Shamir's Secret Sharing:

http://en.wikipedia.org/wiki/Shamirs_Secret_Sharing

It lets you divide a message into (say) three parts, where any two parts are necessary and sufficient to reconstruct the message. Or into seven parts, where you need all the parts to reconstruct the message. Or whatever. The wikipedia page gives a very readable basic introduction to how it works.

Re: Finite Field Arithmetic and Reed-Solomon Coding

#22
post #21

This just got my brain jazzed. Any other good resources or uses of Finite Fields that would interest a programmer?

Similar in principle to Reed-Solomon coding, we have Shamir's Secret Sharing: http://en.wikipedia.org/wiki/Shamirs_Secret_Sharing It lets you divide a message into (say) three parts, where any two parts are necessary and sufficient to reconstruct the message. Or into seven parts, where you need all the parts to reconstruct the message. Or whatever. The wikipedia page gives a very readable basic introduction to how it…

Fixing your broken link: http://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing
Post reply on HN