Skip to content

A Maple worksheet that has a naïve implementation of Shamir's sharing secret

License

Notifications You must be signed in to change notification settings

inthewaves/shamir-sharing-secret-maple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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, and the full worksheet importable into Maple is shamir-sharing-secret.mw.

This is done for educational purposes and should not be used for anything sensitive.