We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea992c commit c99baeaCopy full SHA for c99baea
1 file changed
turboshake/README.md
@@ -17,8 +17,8 @@ these functions do not implement `Digest`, so lower-level traits have to
17
be imported:
18
19
```rust
20
-use turbo_shake::TurboShake128;
21
-use turbo_shake::digest::{Update, ExtendableOutput, XofReader};
+use turboshake::TurboShake128;
+use turboshake::digest::{Update, ExtendableOutput, XofReader};
22
use hex_literal::hex;
23
24
// With the default domain separator.
0 commit comments