Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Go code applying some mathematical concepts described in the Jeremy Kun book "A Programmer's Introduction to Mathematics"

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)