From 57a0369333991199c22b44a6d9b6c7aa9332cc97 Mon Sep 17 00:00:00 2001 From: swrup Date: Fri, 17 Oct 2025 20:09:56 +0200 Subject: [PATCH] --- src/binary_formats.ml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/binary_formats.ml b/src/binary_formats.ml index 6bd8a18e..f199ddcb 100644 --- a/src/binary_formats.ml +++ b/src/binary_formats.ml @@ -335,13 +335,7 @@ end (* EccSignaturePurpose *) module Purpose = struct type t = { - (* This field equals the number of bytes being signed, - namely 'sizeof (struct Data)'. *) size: int32; - (* This field is used to express the context in - which the signature is made, ensuring that a - signature cannot be lifted from one part of the protocol - to another. *) purpose: int32; }