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