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

https://github.com/fklr/theseus

Core lib for a zero-knowledge proof-based Access Control List (ACL) system
https://github.com/fklr/theseus

access-control-list key-management not-a-blockchain rust zero-knowledge-proofs

Last synced: 10 months ago
JSON representation

Core lib for a zero-knowledge proof-based Access Control List (ACL) system

Awesome Lists containing this project

README

          

# theseus ⛵

A zero-knowledge proof-based Access Control List (ACL) system that enables historical validation through cryptographic succession proofs. theseus leverages bulletproofs for efficient range proofs and ed25519 for signature verification.

## The Ship of Identity

The name "Theseus" draws inspiration from the Ship of Theseus paradox - if you replace every part of a ship over time, is it still the same ship? This system provides a cryptographic answer to this question in the context of access control. Through zero-knowledge proofs and cryptographic succession chains, the system maintains verifiable continuity of authorization even as administrative keys change over time.

## 📄 License

This project is licensed under the:

[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)