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

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

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