This commit is contained in:
parent
7a6fd92e86
commit
57a0369333
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue