https://github.com/wlawt/bls-agg-sigs
https://github.com/wlawt/bls-agg-sigs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wlawt/bls-agg-sigs
- Owner: wlawt
- Created: 2024-07-01T03:51:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T04:05:38.000Z (12 months ago)
- Last Synced: 2025-01-08T08:18:15.116Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### BLS Aggregated Signature Experiment
Question: Can we aggregate signatures that are already aggregated?
(i.e., aggregate aggregated signatures)Experiment Setup: We create a simple example that builds an aggregate signature
and aggregates it with another signature.Finding: We are able to verify each public key and its corresponding message with
the final aggregate signature.What does this mean? Open questions:
- What is the upper bound on the number of messages we can aggregate?
- Can we aggregate the entire block history with just 1 aggregated signature?