This commit is contained in:
swrup 2026-02-05 15:31:49 +01:00
parent 5eba5f2265
commit 5d2919da19
17 changed files with 333 additions and 319 deletions

View file

@ -57,31 +57,6 @@ module Bytes_64 = struct
let bin = Bin.bytes 64
end
(* -- Time -- *)
module TimeAbsolute = struct
type t = Timestamp.t
let bin = Timestamp.bin
end
module TimeAbsoluteNBO = struct
type t = Timestamp.t
let bin = Timestamp.bin_nbo
end
module TimeRelative = struct
type t = Timestamp.Span.t
let bin = Timestamp.Span.bin
end
module TimeRelativeNBO = struct
type t = Timestamp.Span.t
let bin = Timestamp.Span.bin_nbo
end
(* -- Cryptographic primitives -- *)
(* Hashes *)