From: Sergey Matveev Date: Sat, 28 Jun 2025 09:16:58 +0000 (+0300) Subject: "from" was missing X-Git-Tag: v0.0.0~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f5e04f05c416828e72655edf571a9535d0a0e475dcb50f51b83c169783bb60bf;p=keks.git "from" was missing --- diff --git a/tcl/schemas/kem-gost3410-hkdf.tcl b/tcl/schemas/kem-gost3410-hkdf.tcl index e68a721..59a6e3d 100644 --- a/tcl/schemas/kem-gost3410-hkdf.tcl +++ b/tcl/schemas/kem-gost3410-hkdf.tcl @@ -5,4 +5,5 @@ kem-gost3410-hkdf { {field ukm {bin} len=16} {# additional keying material} {field pub {bin} >0} {# sender's ephemeral public key} {field to {with fpr} optional} {# recipient's public key} + {field from {with fpr} optional} {# sender's public key} }