blob: d51732b55ea743d86c0337e06afcb1518dc09f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
## TODOs
- [ ] API-Design
- [ ] DB-Schema
- [ ] Tests
- [ ] Implementation
|