From 6005159f9fe6432c45c0ff124b2aafc0a2c60543 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 8 Dec 2016 22:08:29 +0000 Subject: [PATCH] Fix italic/bold fonts in README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91e7605..aefa72f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # curve25519-dalek [](https://docs.rs/curve25519-dalek/badge.svg) -*A low-level cryptographic library for point, group, field, and scalar +**A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by x²+y² -= 121665/121666 x²y² over GF(2²⁵⁵ - 19).* += 121665/121666 x²y² over GF(2²⁵⁵ - 19).** -*SPOILER ALERT:* **The Twelfth Doctor's first encounter with the Daleks is in +**SPOILER ALERT:** *The Twelfth Doctor's first encounter with the Daleks is in his second full episode, "Into the Dalek". A beleaguered ship of the "Combined Galactic Resistance" has discovered a broken Dalek that has turned "good", desiring to kill all other Daleks. The Doctor, Clara and a team of soldiers @@ -16,7 +16,7 @@ rebel ship. However, the Doctor manages to return Rusty to its previous state by linking his mind with the Dalek's: Rusty shares the Doctor's view of the universe's beauty, but also his deep hatred of the Daleks. Rusty destroys the other Daleks and departs the ship, determined to track down and bring an end -to the Dalek race.** +to the Dalek race.* Significant portions of this code are ported from [Adam Langley's Golang ed25519 library](https://github.com/agl/ed25519), along