We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7747e commit 2d3a921Copy full SHA for 2d3a921
1 file changed
doc/crypt.tex
@@ -4578,8 +4578,9 @@ \chapter{Diffie-Hellman Key Exchange}
4578
4579
Version ::= INTEGER { v1(0) }
4580
4581
-Flags ::= BIT STRING {
4582
- privateKey (0) -- this BIT is '1' if it's a private key or '0' if it's a public key
+Flags ::= BIT STRING {
+ privateKey (0) -- this BIT is '1' if it's a private key
4583
+ -- or '0' if it's a public key
4584
}
4585
\end{verbatim}
4586
0 commit comments