From 7a31b0064cc1b3011bd504577f52285e35be60ce Mon Sep 17 00:00:00 2001 From: Matthew Hacker Date: Mon, 30 Nov 2015 17:25:08 -0500 Subject: [PATCH] putting in passthroughs to make some HTML hex entities in code blocks render as expected --- ch04.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ch04.asciidoc b/ch04.asciidoc index 382adc6c..06f54d44 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -435,10 +435,12 @@ y = 07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB Here's the same public key shown as a 520-bit number (130 hex digits) with the prefix +04+ followed by +x+ and then +y+ coordinates, as +04 x y+: ----- +++++ +
 K = 04F028892BAD7ED57D2FB57BF33081D5CFCF6F9ED3D3D7F159C2E2FFF579DC341A↵
 07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB
-----
+
+++++ [[comp_pub]] ===== Compressed public keys