Rename signature module to sig
This commit is contained in:
parent
ba7d6a6ad1
commit
b77017a269
3 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ use serde_json;
|
|||
|
||||
use crypto::b64;
|
||||
use crypto::key_set::KeySet;
|
||||
use crypto::sign::signature_encoded;
|
||||
use crypto::sig::signature_encoded;
|
||||
use ext::status_code::StatusCodeExt;
|
||||
use file::file::DownloadFile;
|
||||
use file::metadata::Metadata;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pub mod b64;
|
||||
pub mod hdkf;
|
||||
pub mod key_set;
|
||||
pub mod sign;
|
||||
pub mod sig;
|
||||
|
||||
// Reexport the cryptographically secure random bytes generator
|
||||
pub use super::openssl::rand::rand_bytes;
|
||||
|
|
Loading…
Add table
Reference in a new issue