mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
Make errors module private.
This commit is contained in:
parent
6fea2e1ea0
commit
e3d7c16aac
1 changed files with 1 additions and 2 deletions
|
|
@ -257,10 +257,9 @@ extern crate serde;
|
|||
|
||||
mod constants;
|
||||
mod ed25519;
|
||||
mod errors;
|
||||
mod secret;
|
||||
mod signature;
|
||||
|
||||
pub mod errors;
|
||||
|
||||
// Export everything public in ed25519.
|
||||
pub use crate::ed25519::*;
|
||||
|
|
|
|||
Loading…
Reference in a new issue