This commit is contained in:
swrup 2025-11-29 17:47:16 +01:00
parent 27caaaab67
commit bb02761f04

View file

@ -130,7 +130,7 @@ module RsaPrivateKey = struct
Ok (of_octets s)
let to_b32 t = B32.encode (to_octets t)
let jsont = Jsont.of_of_string ~kind:"EddsaPrivateKey" of_b32 ~enc:to_b32
let jsont = Jsont.of_of_string ~kind:"RsaPrivateKey" of_b32 ~enc:to_b32
end
module RsaSignature : sig