Skip to content

Commit c5400a8

Browse files
author
Palmer Cox
committed
Create a crypto submodule and move the SHA-1 implementation into it.
1 parent ac4211e commit c5400a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
File renamed without changes.

src/libextra/std.rc

+4-1
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,16 @@ pub mod sort;
8686
pub mod dlist;
8787
pub mod treemap;
8888

89+
// Crypto
90+
#[path="crypto/sha1.rs"]
91+
pub mod sha1;
92+
8993
// And ... other stuff
9094

9195
pub mod ebml;
9296
pub mod dbg;
9397
pub mod getopts;
9498
pub mod json;
95-
pub mod sha1;
9699
pub mod md4;
97100
pub mod tempfile;
98101
pub mod term;

0 commit comments

Comments
 (0)