update todos

This commit is contained in:
Özgür Kesim 2021-11-21 21:18:21 +01:00
parent 43f8927a1c
commit 18af4066bb
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7

View File

@ -1,4 +1,5 @@
/*
taler-auditor-offline will become a standalone offline signing tool for GNU
Taler. It is an implementation in Go of
https://git.taler.net/exchange.git/tree/src/exchange-tools/taler-auditor-offline.c
@ -11,13 +12,13 @@ TODOs:
- [x] hashes
- [x] keys
- [x] signatures
- [ ] implement full functionality from origin
- [ ] upload
- [ ] show
- [x] implement show (print public key)
- [ ] implement setup (create private key)
- [ ] implement a robust and zero-cost marshalling abstraction
- [ ] factor out types and helper functions to own package codeblau.de/taler
*/
package main
import (