You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ to blindly paste code snippets from
32
32
It's main features include:
33
33
34
34
***Creation** from a wide variety of sources: multiple arrays, integers, streams, random, strings, files, ...
35
-
***Transformation** with many built-in: append, xor, and, or, shifts, shuffle, reverse, sort, ...
35
+
***Transformation** with many built-in: append, xor, and, hash, shifts, shuffle, reverse, sort, ...
36
36
***Validators** with the ability to arbitrarily combine multiple ones with logical expressions
37
37
***Parsing and Encoding** in most common binary-to-text-encodings: [hex](https://en.wikipedia.org/wiki/Hexadecimal), [base64](https://en.wikipedia.org/wiki/Base64), ...
**Hashing** the internal byte array using the [`MessageDigest`](https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html) Java crypto API:
0 commit comments