https://github.com/vkobel/z3-shamir-secret-sharing
Implementation of Shamir Secret Sharing using Z3
https://github.com/vkobel/z3-shamir-secret-sharing
example python shamir-secret-sharing z3-smt-solver z3py
Last synced: 3 months ago
JSON representation
Implementation of Shamir Secret Sharing using Z3
- Host: GitHub
- URL: https://github.com/vkobel/z3-shamir-secret-sharing
- Owner: vkobel
- License: mit
- Created: 2019-02-06T17:27:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T16:05:15.000Z (over 6 years ago)
- Last Synced: 2025-02-09T10:21:38.290Z (4 months ago)
- Topics: example, python, shamir-secret-sharing, z3-smt-solver, z3py
- Language: Jupyter Notebook
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# z3-shamir-secret-sharing
Simple and naive implementation of [Shamir's Secret Sharing](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing) using the [Z3 solver](https://github.com/Z3Prover/z3). For demo purposes only, don't use in prod.## Google Colab
You can open this notebook directly with Google Colab: https://colab.research.google.com/github/vkobel/z3-shamir-secret-sharing/blob/master/z3-shamir-secret-sharing.ipynb