mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
Typo fix in ECKey
This commit is contained in:
parent
354446dd40
commit
215a131f8b
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ public class ECKey implements Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* <p>xVerifies the given ECDSA signature against the message bytes using the public key bytes.</p>
|
||||
* <p>Verifies the given ECDSA signature against the message bytes using the public key bytes.</p>
|
||||
*
|
||||
* <p>When using native ECDSA verification, data must be 32 bytes, and no element may be
|
||||
* larger than 520 bytes.</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue