aboutsummaryrefslogtreecommitdiff
path: root/cmd/taler-auditor-offline-signing
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-11-21 21:18:21 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2021-11-21 21:18:21 +0100
commit18af4066bb9641d863b87ce6d3341acd7fef0d13 (patch)
treeee9f7a930afa701e404b2703fe11cc8b8f2a1769 /cmd/taler-auditor-offline-signing
parent43f8927a1c2441ad076043c7ff6b456bfd68a016 (diff)
update todos
Diffstat (limited to 'cmd/taler-auditor-offline-signing')
-rw-r--r--cmd/taler-auditor-offline-signing/main.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmd/taler-auditor-offline-signing/main.go b/cmd/taler-auditor-offline-signing/main.go
index 78e2809..8b21be8 100644
--- a/cmd/taler-auditor-offline-signing/main.go
+++ b/cmd/taler-auditor-offline-signing/main.go
@@ -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 (