Prototype implementation of the secure fountain architecture
Project description
Secue fountain architecture
Prototype implementation of the encoding and decoding framework for the secure fountain architecture (for python 3.8+)
Introduction
The secure fountain architecture offers a quantum-resistant off-chain approach for reducing node storage requirements (with a tradeoff of increased bandwidth), without compromising blockchain verifiability.
This prototype library is blockchain-agnostic. Since the secure fountain architecture is simply an opt-in decentralized peer-to-peer storage layer, it can be run alongside the existing message distribution and storage system (with no changes to the underlying consensus protocol).
(Note that quantum resistance relies using a quantum-secure hash function, of which there are many)
References
Our description of the secure fountain architecture can be found here:
This implementation is inspired by:
- Kadhe, Swanand, Jichan Chung, and Kannan Ramchandran. "SeF: A secure fountain architecture for slashing storage costs in blockchains." arXiv preprint arXiv:1906.12140 (2019).
- Luby, Michael. "LT codes." The 43rd Annual IEEE Symposium on Foundations of Computer Science, 2002. Proceedings. IEEE Computer Society, 2002.
Contributors
Brandon Goodell (lead author), Mitchell "Isthmus" Krawiec-Thayer
Built by Geometry Labs with funding from The QRL Foundation.
Tests
To install requirements for tests:
pip install -r test_requirements.txt
Then run:
tests/test_main.py
License
This library is released as free and open-source software under the MIT License, see LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file secure_fountain-0.0.1a0.tar.gz
.
File metadata
- Download URL: secure_fountain-0.0.1a0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fc85ffc93942fbf1dc7802e3eba677b4615aba067c37e9da4f85bda452807a0 |
|
MD5 | 87a788ee5bc51342125d50db8a291d18 |
|
BLAKE2b-256 | 444ef73fe6aee2f4cf2910a200e96c24eff9babe1fb73a73e3fe23a346ae4023 |
File details
Details for the file secure_fountain-0.0.1a0-py3-none-any.whl
.
File metadata
- Download URL: secure_fountain-0.0.1a0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c4ade0addf350a50f429f7339fd3ee79c1e7be88343b7518a1c5c3a586c06ed |
|
MD5 | 76c6f65f179377206ade675e3894ba8d |
|
BLAKE2b-256 | a7cce32ed8ca2cdb5722743ae417c1ee152619208a835cced9b75a31f1ecd783 |