mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
JavaDoc cosmetics
This commit is contained in:
parent
f2701dceee
commit
55554a5187
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue