diff options
Diffstat (limited to 'issues/add-lib.md')
-rw-r--r-- | issues/add-lib.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/issues/add-lib.md b/issues/add-lib.md new file mode 100644 index 0000000..18efb93 --- /dev/null +++ b/issues/add-lib.md @@ -0,0 +1,11 @@ +**Title:** Add library </br> +**Date:** 2021-12-09 </br> +**Status:** ongoing in branch rgdd/pkg </br> + +# Summary +Refactor pkg/types from sigsum-log-go into a stand-alone Go library. + +# Description +The pkg/types part of sigsum-log-go needs refactoring after the ssh signing +format proposal is done. We also want to make the parts that are generally +useful into a stand-alone library without any non-standard dependencies. |