Skip to content

Commit d994610

Browse files
authored
md5: add note about library renaming (#867)
The library renaming can be confusing for users, see: #669
1 parent 25a14b0 commit d994610

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

md5/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Collision attacks against MD5 are both practical and trivial, and
2222
[RFC 6151] advises no new IETF protocols can be designed MD5-based constructions,
2323
including HMAC-MD5.
2424

25+
## Library name
26+
27+
Note that this crate is named as `md-5` (the `md5` crate is not part of the RustCrypto project),
28+
but it renames the library to `md5`. In other words, in your Cargo.toml you should use
29+
`md_5 = "0.11"`, but in you source code imports from this crate will look like `use md5::Md5;`.
30+
2531
## Examples
2632

2733
```rust

0 commit comments

Comments
 (0)