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: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
52
52
<!-- ADD -->
53
53
<actiontype="add"dev="ggregory"due-to="Fredrik Kjellberg, Gary Gregory">Add org.apache.commons.codec.digest.CRC16.</action>
54
54
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add builders to org.apache.commons.codec.digest streams and deprecate some old constructors.</action>
55
+
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add builder to Base16 streams and deprecate some old constructors.</action>
55
56
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add support for SHAKE128-256 and SHAKE256-512 to `DigestUtils` and `MessageDigestAlgorithms` on Java 25 and up.</action>
56
57
<!-- UPDATE -->
57
58
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 89.</action>
* This array is a lookup table that translates Unicode characters drawn from the "Base16 Alphabet" (as specified in Table 5 of RFC 4648) into their 4-bit
@@ -68,6 +117,7 @@ public class Base16 extends BaseNCodec {
0 commit comments