mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-12 21:20:28 +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:
|
// Authors:
|
||||||
// - isis agora lovecruft <isis@patternsinthevoid.net>
|
// - 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;
|
use core::default::Default;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
||||||
//! ed25519 signatures and verification
|
//! A Rust implementation of ed25519 key generation, signing, and verification.
|
||||||
//!
|
//!
|
||||||
//! # Example
|
//! # Example
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue