https://github.com/cyppan/kun-math-programming-book
Go code applying some mathematical concepts described in the Jeremy Kun book "A Programmer's Introduction to Mathematics"
https://github.com/cyppan/kun-math-programming-book
Last synced: about 1 month ago
JSON representation
Go code applying some mathematical concepts described in the Jeremy Kun book "A Programmer's Introduction to Mathematics"
- Host: GitHub
- URL: https://github.com/cyppan/kun-math-programming-book
- Owner: cyppan
- Created: 2019-07-22T08:05:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T08:41:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T13:38:38.641Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This code is related to the Jeremy Kun's book "A Programmer's Introduction to Mathematics"
## Polynomials (crypto secrets)
Given that there exists one and only one n-polynomial passing by any distinct n+1 points, we can generate keys for a group of people that allow them, once their keys are reunited, to find back a secret (a good application of that would be to securely seal a ballot box in a electronic voting use case)