-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: security-libs
-
None
-
b18
While reading this code, it wasn't clear why this optimization was here. Add a couple lines for the next reader.
private static final byte[] sha256EmptyDigest = new byte[] {
...deleted...
private static final byte[] sha384EmptyDigest = new byte[] {
...deleted...
private static final byte[] sha256EmptyDigest = new byte[] {
...deleted...
private static final byte[] sha384EmptyDigest = new byte[] {
...deleted...