Create a crypto submodule and move the SHA-1 implementation into it.
This commit is contained in:
parent
ac4211ef52
commit
c5400a8830
@ -86,13 +86,16 @@ pub mod sort;
|
||||
pub mod dlist;
|
||||
pub mod treemap;
|
||||
|
||||
// Crypto
|
||||
#[path="crypto/sha1.rs"]
|
||||
pub mod sha1;
|
||||
|
||||
// And ... other stuff
|
||||
|
||||
pub mod ebml;
|
||||
pub mod dbg;
|
||||
pub mod getopts;
|
||||
pub mod json;
|
||||
pub mod sha1;
|
||||
pub mod md4;
|
||||
pub mod tempfile;
|
||||
pub mod term;
|
||||
|
Loading…
x
Reference in New Issue
Block a user