https://github.com/inthewaves/shamir-sharing-secret-maple
A Maple worksheet that has a naïve implementation of Shamir's sharing secret
https://github.com/inthewaves/shamir-sharing-secret-maple
maple maple-programming-language maple-worksheet shamir-secret-sharing worksheet
Last synced: about 2 months ago
JSON representation
A Maple worksheet that has a naïve implementation of Shamir's sharing secret
- Host: GitHub
- URL: https://github.com/inthewaves/shamir-sharing-secret-maple
- Owner: inthewaves
- License: mit
- Created: 2019-11-11T06:35:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T08:24:54.000Z (over 4 years ago)
- Last Synced: 2025-01-23T06:14:02.810Z (4 months ago)
- Topics: maple, maple-programming-language, maple-worksheet, shamir-secret-sharing, worksheet
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shamir Sharing Secret in Maple
A Maple worksheet that implements Shamir's sharing secret using finite field arithmetic (congruence classes modulo a prime).The plaintext version is in [`shamir-sharing-secret.maplet`](shamir-sharing-secret.maplet), and the full worksheet importable
into Maple is [`shamir-sharing-secret.mw`](shamir-sharing-secret.mw).This is done for educational purposes and should not be used for anything sensitive.