diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-05 16:38:53 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-05 16:38:53 +0200 |
commit | 0861278347d6744924d0be47743fed09c9ae8ef2 (patch) | |
tree | 1c99314b66857467033e6f197f290ffdc2412edd /issues | |
parent | a5c9a9cdb6eaa99db7543543a0adebaa8d35b49d (diff) |
added issue to fix types package
Diffstat (limited to 'issues')
-rw-r--r-- | issues/add-types.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/add-types.md b/issues/add-types.md new file mode 100644 index 0000000..69ef854 --- /dev/null +++ b/issues/add-types.md @@ -0,0 +1,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. |