File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ keywords = ["cryptography"] # Up to five
12
12
categories = [" cryptography" ] # https://crates.io/category_slugs
13
13
14
14
[dependencies ]
15
- bc-rand = " ^0.4.0 "
16
- bc-shamir = " ^0.8.0 "
15
+ bc-rand = { git = " https://github.com/willrnch/bc-rand-rust.git " , rev = " f6c187b211a39f159567fc6981d1676f015f88d7 " }
16
+ bc-shamir = { git = " https://github.com/willrnch/bc-shamir-rust.git " , rev = " 712c21e159545665683fe8e62caa1d13d7dfaff9 " }
17
17
18
18
thiserror = " ^2.0"
19
19
20
20
[dev-dependencies ]
21
21
hex-literal = " ^0.4.1"
22
22
hex = " ^0.4.3"
23
23
version-sync = " ^0.9.0"
24
- rand = " ^0.8.5 "
24
+ rand = " ^0.9.2 "
Original file line number Diff line number Diff line change @@ -107,10 +107,6 @@ mod tests {
107
107
fn fill_bytes ( & mut self , _dest : & mut [ u8 ] ) {
108
108
unimplemented ! ( )
109
109
}
110
-
111
- fn try_fill_bytes ( & mut self , _dest : & mut [ u8 ] ) -> std:: result:: Result < ( ) , rand:: Error > {
112
- unimplemented ! ( )
113
- }
114
110
}
115
111
116
112
// Testing purposes only!
You can’t perform that action at this time.
0 commit comments