소스 검색

rust: Expose rand module from crypto crate.

Isis Lovecruft 6 년 전
부모
커밋
ac5b1428ea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/rust/crypto/lib.rs

+ 1 - 0
src/rust/crypto/lib.rs

@@ -34,4 +34,5 @@ extern crate libc;
 extern crate external;
 
 pub mod digests;  // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+pub mod rand;