mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-08 20:40:32 +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 constants;
|
||||||
mod ed25519;
|
mod ed25519;
|
||||||
|
mod errors;
|
||||||
mod secret;
|
mod secret;
|
||||||
mod signature;
|
mod signature;
|
||||||
|
|
||||||
pub mod errors;
|
|
||||||
|
|
||||||
// Export everything public in ed25519.
|
// Export everything public in ed25519.
|
||||||
pub use crate::ed25519::*;
|
pub use crate::ed25519::*;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue