From b62e68523a69e48b17b48735b0ff5632861245a6 Mon Sep 17 00:00:00 2001 From: swrup Date: Fri, 17 Oct 2025 17:15:07 +0200 Subject: [PATCH] --- src/types.ml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/types.ml b/src/types.ml index 6c401bda..ac07fe92 100644 --- a/src/types.ml +++ b/src/types.ml @@ -30,6 +30,10 @@ module Config_types = struct end end +module HashCode = struct + type t = string +end + (* https://docs.taler.net/core/api-common.html#tsref-type-ErrorDetail *) module ErrorDetail = struct (* TODO GANA error codes @@ -162,11 +166,6 @@ end = struct let jsont = Jsont.of_of_string ~kind:"RsaSignature" of_b32 ~enc:to_b32 end -module HashCode = struct - (* 32-byte value representing a point on Curve25519. *) - type cs25519Point = string -end - module RsaDenominationKey = struct type t = { age_mask: int;