Revise some module descriptions.

This commit is contained in:
Isis Lovecruft 2018-12-30 04:27:33 +00:00
parent 42b571eb24
commit 0ddf39e443
No known key found for this signature in database
GPG key ID: AB41313533E8E812
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
// Authors:
// - isis agora lovecruft <isis@patternsinthevoid.net>
//! A Rust implementation of ed25519 key generation, signing, and verification.
//! ed25519 keypairs and batch verification.
use core::default::Default;

View file

@ -7,7 +7,7 @@
// Authors:
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
//! ed25519 signatures and verification
//! A Rust implementation of ed25519 key generation, signing, and verification.
//!
//! # Example
//!