Skip to content

Commit

Permalink
Merge pull request #102 from nathansizemore/master
Browse files Browse the repository at this point in the history
removed slice::MutableClonableSlice reference from pbkdf2
  • Loading branch information
DaGenix committed Aug 17, 2014
2 parents 24f91a8 + 549cbda commit f8bf21e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust-crypto/pbkdf2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use std::io::IoResult;
use std::rand::{OsRng, Rng};
use std::slice::MutableCloneableSlice;

use serialize::base64;
use serialize::base64::{FromBase64, ToBase64};
Expand Down

0 comments on commit f8bf21e

Please sign in to comment.