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

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

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.