aboutsummaryrefslogtreecommitdiff
path: root/issues/add-types.md
blob: 69ef854173643a0cf768060e665717c93084307c (plain)
1
2
3
4
5
6
7
8
9
# Add types
There is currently a types package in sigsum-log-go.  It should be moved over
here with the goal of being a small dependency for the log and future tooling.

Some steps that this issue involves:
- [ ] Determine what should (not) be in types package
- [ ] Import and refactor
- [ ] Increase test coverage
- [ ] Add missing functionality like verification of proofs, etc.