From 30d59e1b6d704daced4551a1b664a6d8fceee988 Mon Sep 17 00:00:00 2001 From: swrup Date: Fri, 17 Oct 2025 23:45:13 +0200 Subject: [PATCH] --- src/binary_formats.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binary_formats.ml b/src/binary_formats.ml index 43c1b409..e7d107ee 100644 --- a/src/binary_formats.ml +++ b/src/binary_formats.ml @@ -32,7 +32,7 @@ with the algorithm specified in RFC 8785. The resulting bytes are terminated with a single 0-byte and then hashed with SHA512." - from the code it looks like its the same for all stringy-strings - !! that are not raw bytes data + !! not strings that are raw-bytes-data-like *) module UTIL = struct