Commit 35e0e9a
authored
password-hash: remove
The crate is now generic around password hash string formats, so having
an MCF-specific trait like this doesn't make sense.
The functionality for upgrading MCF hashes to PHC hashes using
algorithm-specific rules is worth retaining, but we can probably move
this trait or add a similarly shaped one to e.g. the `mcf` crate which
is better equipped to deal with MCF-specific concerns.McfHasher trait (#2334)1 parent 604171b commit 35e0e9a
1 file changed
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | 227 | | |
248 | 228 | | |
249 | 229 | | |
| |||
0 commit comments