~ todos
This commit is contained in:
parent
650264f21e
commit
0ab6bc7b3e
11 changed files with 15 additions and 31 deletions
|
|
@ -1,7 +1,6 @@
|
|||
open Syntax
|
||||
open Crypto
|
||||
|
||||
(* TODO better error type *)
|
||||
type 'a result = ('a, string) Result.t
|
||||
|
||||
module type S = sig
|
||||
|
|
@ -33,8 +32,8 @@ module Make (Conn : Pg.CONN) : S = struct
|
|||
|
||||
let conn = (module Conn : Pg.CONN)
|
||||
|
||||
(* TODO
|
||||
error "key not found", either:
|
||||
(* TODO better error
|
||||
can only be "key not found", either:
|
||||
- we tried to sign with a key that is not ours
|
||||
- key was revoked
|
||||
- bad keyring state *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue