]> Cypherpunks repositories - keks.git/commitdiff
Typos
authorSergey Matveev <stargrave@stargrave.org>
Wed, 12 Feb 2025 17:54:59 +0000 (20:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 12 Feb 2025 18:25:17 +0000 (21:25 +0300)
spec/format/encrypted.texi
spec/format/registry.texi

index 26980f2bbc1f0c008d7717050f9cbd42ec585354481557d6426a626e621bff25..6c176b8a07a6e598e4fb7a24be4a66fd7b47816f0e1780a8ecba1b7ec242d978 100644 (file)
@@ -52,7 +52,7 @@ ChaCha20-Poly1305(
 
 @node cm-encrypted-kuznechik-ctracpkm-hmac-hkdf
 @cindex cm-encrypted-kuznechik-ctracpkm-hmac-hkdf
-@subsection Encrypted data with Kuznechik-CTR-ACPKM-HMAC-HKDF DEM
+@subsection Encrypted data with Kuznechik-CTR-ACPKM+HMAC-HKDF DEM
 
     @code{/dem/a} equals to "kuznechik-ctracpkm-hmac-hkdf".
     @code{/dem/seed} contains 16 bytes for the HKDF invocation below.
@@ -97,13 +97,13 @@ Kenc, Kauth = HKDF-Extract(Streebog-512,
 @verbatim
 KEK = HKDF-Extract(BLAKE2b-256,
     salt="keks/cm/encrypted/balloon-blake2b-hkdf",
-    secret=balloon(BLAKE2b-256, password, bind || salt, s, t, p))
+    secret=balloon(BLAKE2b-256, passphrase, bind || salt, s, t, p))
 ChaCha20-Poly1305(data=16*0x00 || CEK, key=KEK, nonce=12*0x00, ad="")
 @end verbatim
 
 @node cm-encrypted-gost3410-hkdf-kexp15
 @cindex cm-encrypted-gost3410-hkdf-kexp15
-@subsection Encrypted data with GOST R 34.10-HKDF-KExp15 KEM
+@subsection Encrypted data with GOST R 34.10+HKDF+KExp15 KEM
 
     @code{/kem/*/a} equals to "gost3410-hkdf-kexp15".
     Recipient map must also contain additional fields:
index 5b7b528ca5ae9d2fe39132fd51284b9c2ebf3721ab635b41f29a5a77dd25bd9e..eb653f4c09059b1cbd26c58ef222ecae3aaa027b130501339710b238fca8d37f 100644 (file)
@@ -82,7 +82,7 @@ There is example registry of known algorithm identifiers.
 @table @code
 @item ecdsa-nist256p, ecdsa-nist521p
 @item ed25519-blake2b
-    @code{@ref{cm-prv-ed25519-blake2b}}
+    @code{@ref{cm-prv-ed25519-blake2b}},
     @code{@ref{cm-signed-ed25519-blake2b}},
     @code{@ref{cm-pub-ed25519-blake2b}}
 @item ed25519-blake2b-merkle