mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Revise some module descriptions.
This commit is contained in:
parent
42b571eb24
commit
0ddf39e443
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
//!
|
||||
|
|
|
|||
Loading…
Reference in a new issue