Skip to content

Commit

Permalink
Edited appa.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexPro committed Jan 30, 2019
1 parent 51879db commit 6bdc96b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appa.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[appendix_solutions]]
== Solutions

=== <<chapter_finite_fields>>: Finite Fields((("exercises", "answers to", "Chapter 1: Finite Fields")))
=== <<chapter_finite_fields>>: Finite Fields((("excercises", "answers to", "Chapter 1: Finite Fields", tertiary-sortas="Chapter 01: Finite Fields")))

include::code-ch01/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -77,7 +77,7 @@ class FieldElement:
include::code-ch01/answers.py[tag=answer9,indent=4]
----

=== <<chapter_elliptic_curves>>: Elliptic Curves((("exercises", "answers to", "Chapter 2: Elliptic Curves")))
=== <<chapter_elliptic_curves>>: Elliptic Curves((("exercises", "answers to", "Chapter 2: Elliptic Curves", tertiary-sortas="Chapter 02: Elliptic Curves")))

include::code-ch02/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -140,7 +140,7 @@ class Point:
include::code-ch02/answers.py[tag=answer7,indent=4]
----

=== <<chapter_elliptic_curve_cryptography>>: Elliptic Curve Cryptography((("exercises", "answers to", "Chapter 3: Elliptic Curve Cryptography")))
=== <<chapter_elliptic_curve_cryptography>>: Elliptic Curve Cryptography((("exercises", "answers to", "Chapter 3: Elliptic Curve Cryptography", tertiary-sortas="Chapter 03: Elliptic Curve Cryptography")))

include::code-ch03/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -191,7 +191,7 @@ include::code-ch03/answers.py[tag=exercise7,indent=0]
include::code-ch03/answers.py[tag=answer7,indent=0]
----

=== <<chapter_serialization>>: Serialization((("exercises", "answers to", "Chapter 4: Serialization")))
=== <<chapter_serialization>>: Serialization((("exercises", "answers to", "Chapter 4: Serialization", tertiary-sortas="Chapter 04: Serialization")))

include::code-ch04/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -256,7 +256,7 @@ include::code-ch04/answers.py[tag=exercise9,indent=0]
include::code-ch04/answers.py[tag=answer9,indent=0]
----

=== <<chapter_tx_parsing>>: Transactions((("exercises", "answers to", "Chapter 5: Transactions")))
=== <<chapter_tx_parsing>>: Transactions((("exercises", "answers to", "Chapter 5: Transactions", tertiary-sortas="Chapter 05: Transactions")))

include::code-ch05/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -320,7 +320,7 @@ class Tx:
include::code-ch05/answers.py[tag=answer6,indent=4]
----

=== <<chapter_script>>: Script((("exercises", "answers to", "Chapter 6: Script")))
=== <<chapter_script>>: Script((("exercises", "answers to", "Chapter 6: Script", tertiary-sortas="Chapter 06: Script")))

include::code-ch06/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -355,7 +355,7 @@ include::code-ch06/answers.py[tag=answer4,indent=0]

This is looking for a SHA-1 Collision. The only way to satisfy this script is to give `x` and `y` such that `x≠y` but `sha1(x)=sha1(y)`.

=== <<chapter_tx>>: Transaction Creation and Validation((("exercises", "answers to", "Chapter 7: Transaction Creation and Validation")))
=== <<chapter_tx>>: Transaction Creation and Validation((("exercises", "answers to", "Chapter 7: Transaction Creation and Validation", tertiary-sortas="Chapter 07: Transaction Creation and Validation")))

include::code-ch07/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -398,7 +398,7 @@ include::code-ch07/answers.py[tag=exercise5,indent=0]
include::code-ch07/answers.py[tag=answer5,indent=0]
----

=== <<chapter_p2sh>>: Pay to Script Hash((("exercises", "answers to", "Chapter 8: Pay to Script Hash")))
=== <<chapter_p2sh>>: Pay to Script Hash((("exercises", "answers to", "Chapter 8: Pay to Script Hash", tertiary-sortas="Chapter 08: Pay to Script Hash")))

include::code-ch08/answers.py[tag=exercise1,indent=0]

Expand Down Expand Up @@ -437,7 +437,7 @@ class Tx:
include::code-ch08/answers.py[tag=answer5,indent=4]
----

=== <<chapter_blocks>>: Blocks((("exercises", "answers to", "Chapter 9: Blocks")))
=== <<chapter_blocks>>: Blocks((("exercises", "answers to", "Chapter 9: Blocks", tertiary-sortas="Chapter 09: Blocks")))

include::code-ch09/answers.py[tag=exercise1,indent=0]

Expand Down

0 comments on commit 6bdc96b

Please sign in to comment.