This commit is contained in:
parent
27caaaab67
commit
bb02761f04
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ module RsaPrivateKey = struct
|
||||||
Ok (of_octets s)
|
Ok (of_octets s)
|
||||||
|
|
||||||
let to_b32 t = B32.encode (to_octets t)
|
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
|
end
|
||||||
|
|
||||||
module RsaSignature : sig
|
module RsaSignature : sig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue