Parcourir la source

rust: Expose rand module from crypto crate.

Isis Lovecruft il y a 6 ans
Parent
commit
ac5b1428ea
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;