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 f7e0486 commit bafec35Copy full SHA for bafec35
README.md
@@ -250,7 +250,7 @@ import static at.favre.lib.bytes.BytesTransformers.*;
250
```java
251
Bytes.wrap(array).transform(hmacSha256(macKey32Byte));
252
Bytes.wrap(array).transform(hmacSha1(macKey20Byte));
253
-Bytes.wrap(array).transform(hmac(macKey20Byte,"HmacMd5"));
+Bytes.wrap(array).transform(hmac(macKey16Byte,"HmacMd5"));
254
```
255
256
**Checksum** can be calculated or automatically appended:
0 commit comments