Explorar el Código

rust: Expose rand module from crypto crate.

Isis Lovecruft hace 6 años
padre
commit
ac5b1428ea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;