1
0
Fork 0
mirror of https://github.com/bitcoinj/bitcoinj.git synced 2025-03-13 11:36:15 +01:00

JavaDoc cosmetics

This commit is contained in:
Andreas Schildbach 2025-02-26 14:42:35 +01:00
parent f2701dceee
commit 55554a5187

View file

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