mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Fix a typo in lib.rs module documention.
This commit is contained in:
parent
171a55e551
commit
f7972041ab
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
//! # curve25519-dalek
|
//! # curve25519-dalek
|
||||||
//!
|
//!
|
||||||
//! **A Rust implementation of field and group operations on an Edwards curve
|
//! **A Rust implementation of field and group operations on an Edwards curve
|
||||||
//! over F(2^255 - 19).**
|
//! over GF(2^255 - 19).**
|
||||||
//!
|
//!
|
||||||
//! **[SPOILER ALERT]** The Twelfth Doctor's first encounter with the Daleks is
|
//! **[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
|
//! in his second full episode, "Into the Dalek". A beleaguered ship of the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue