diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2021-10-25 16:19:42 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2021-10-25 16:19:42 +0200 |
commit | 6378f8a80f986c45f034dc2e65711695731a43d3 (patch) | |
tree | 2d3a45776f5fc87254289976958e50841e3f08b3 /cmd/taler-auditor-offline-signing | |
parent | 75d9981fced382792b2f16b8810b4eb60ed57053 (diff) |
marked TODOs
Diffstat (limited to 'cmd/taler-auditor-offline-signing')
-rw-r--r-- | cmd/taler-auditor-offline-signing/main.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/taler-auditor-offline-signing/main.go b/cmd/taler-auditor-offline-signing/main.go index 6662f44..151c3af 100644 --- a/cmd/taler-auditor-offline-signing/main.go +++ b/cmd/taler-auditor-offline-signing/main.go @@ -11,9 +11,11 @@ TODOs: - [x] hashes - [x] keys - [x] signatures + - [ ] implement full functionality from origin + - [ ] upload + - [ ] show - [ ] implement a robust and zero-cost marshalling abstraction - [ ] factor out types and helper functions to own package codeblau.de/taler - - [ ] implement full functionality from origin */ package main |