This commit is contained in:
swrup 2025-10-17 20:09:56 +02:00
parent 7a6fd92e86
commit 57a0369333

View file

@ -335,13 +335,7 @@ end
(* EccSignaturePurpose *) (* EccSignaturePurpose *)
module Purpose = struct module Purpose = struct
type t = { type t = {
(* This field equals the number of bytes being signed,
namely 'sizeof (struct Data)'. *)
size: int32; 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; purpose: int32;
} }