We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebd677 commit dff9996Copy full SHA for dff9996
digest/README.md
@@ -56,8 +56,8 @@ let hash = hasher.finalize();
56
println!("Result: {:x}", hash);
57
```
58
59
-In this example `hash` has type [`Array<u8, U64>`][2], which is a generic
60
-alternative to `[u8; 64]`.
+In this example `hash` has type [`Array<u8, U32>`][2], which is a generic
+alternative to `[u8; 32]`.
61
62
Alternatively you can use chained approach, which is equivalent to the previous
63
example:
0 commit comments