blob: 17887ded4dbc1989d4b4970de62ad0bba8e21674 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Implementation of SEAL in golang
This package implements the seal protocol as defined in Bag et al. - 2020 - SEAL Sealed-Bid Auction Without Auctioneers
## Design
### AV-Net (Veto protocol)
## TODOs
- [ ] API-Design
- [ ] DB-Schema
- [ ] Tests
- [ ] Implementation
- [ ] Veto-Protokoll
- [ ] Commitments
- [ ] Rounds
- [ ] Variants of Rounds
|