Skip to content

Commit bafec35

Browse files
committed
Small typo in readme
1 parent f7e0486 commit bafec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ import static at.favre.lib.bytes.BytesTransformers.*;
250250
```java
251251
Bytes.wrap(array).transform(hmacSha256(macKey32Byte));
252252
Bytes.wrap(array).transform(hmacSha1(macKey20Byte));
253-
Bytes.wrap(array).transform(hmac(macKey20Byte,"HmacMd5"));
253+
Bytes.wrap(array).transform(hmac(macKey16Byte,"HmacMd5"));
254254
```
255255

256256
**Checksum** can be calculated or automatically appended:

0 commit comments

Comments
 (0)