+ less failwith
This commit is contained in:
parent
588b38d66f
commit
f8ef92b67e
5 changed files with 37 additions and 48 deletions
|
|
@ -31,7 +31,7 @@ module Caqti_type = struct
|
|||
let open RsaPublicKey in
|
||||
custom
|
||||
~encode:(fun v -> Ok (to_octets v))
|
||||
~decode:(fun v -> Ok (of_octets v))
|
||||
~decode:(fun v -> of_octets v)
|
||||
octets
|
||||
|
||||
let eddsa_public : EddsaPublicKey.t t =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue