diff options
Diffstat (limited to 'issues/implement-ssh-signing-format.md')
-rw-r--r-- | issues/implement-ssh-signing-format.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/issues/implement-ssh-signing-format.md b/issues/implement-ssh-signing-format.md deleted file mode 100644 index ec4a411..0000000 --- a/issues/implement-ssh-signing-format.md +++ /dev/null @@ -1,12 +0,0 @@ -**Title:** Implement SSH signing format</br> -**Date:** 2021-12-20 </br> - -# Summary -Implement SSH signing format for statements and tree heads. - -# Description -Sigsum decided to adopt the SSH signing format for both statements and tree -heads, see - [proposal](https://git.sigsum.org/sigsum/tree/doc/proposals/2021-11-ssh-signature-format.md). -Implementation is relatively straight-forward: update `ToBinary()` for -`Statement` and `TreeHead` and add relevant unit tests. |