mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-08 20:40:32 +00:00
Fix italic/bold fonts in README.
This commit is contained in:
parent
fb426c2428
commit
6005159f9f
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
# curve25519-dalek [](https://docs.rs/curve25519-dalek/badge.svg)
|
# 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²
|
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
|
his second full episode, "Into the Dalek". A beleaguered ship of the "Combined
|
||||||
Galactic Resistance" has discovered a broken Dalek that has turned "good",
|
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
|
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
|
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
|
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
|
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
|
Significant portions of this code are ported from
|
||||||
[Adam Langley's Golang ed25519 library](https://github.com/agl/ed25519), along
|
[Adam Langley's Golang ed25519 library](https://github.com/agl/ed25519), along
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue