+ less failwith

This commit is contained in:
swrup 2025-12-07 06:29:06 +01:00
parent 588b38d66f
commit f8ef92b67e
5 changed files with 37 additions and 48 deletions

View file

@ -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 =