Skip to content

Commit

Permalink
JavaDoc cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Feb 26, 2025
1 parent f2701dc commit 55554a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/bitcoinj/crypto/ECKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -1425,8 +1425,8 @@ private static byte[] formatMessageForSigning(String message) {
}

/**
* Custom K calculator with ability to add additional entropy to the calculation. This is needed for grinding low
* signature R values. Before calling {@link #setEntropy(byte[])} no entropy is added.
* Custom K calculator with ability to add additional entropy to the calculation. This is needed for grinding for
* low signature R values. Before calling {@link #setEntropy(byte[])}, no entropy is added.
*/
private static class HMacDSAKCalculatorWithEntrophy extends HMacDSAKCalculator {
@Nullable
Expand Down

0 comments on commit 55554a5

Please sign in to comment.