This commit is contained in:
swrup 2025-10-17 17:15:07 +02:00
parent c68f7db1a6
commit b62e68523a

View file

@ -30,6 +30,10 @@ module Config_types = struct
end end
end end
module HashCode = struct
type t = string
end
(* https://docs.taler.net/core/api-common.html#tsref-type-ErrorDetail *) (* https://docs.taler.net/core/api-common.html#tsref-type-ErrorDetail *)
module ErrorDetail = struct module ErrorDetail = struct
(* TODO GANA error codes (* TODO GANA error codes
@ -162,11 +166,6 @@ end = struct
let jsont = Jsont.of_of_string ~kind:"RsaSignature" of_b32 ~enc:to_b32 let jsont = Jsont.of_of_string ~kind:"RsaSignature" of_b32 ~enc:to_b32
end end
module HashCode = struct
(* 32-byte value representing a point on Curve25519. *)
type cs25519Point = string
end
module RsaDenominationKey = struct module RsaDenominationKey = struct
type t = { type t = {
age_mask: int; age_mask: int;