mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 23:03:04 +00:00
Typo fix in ECKey
This commit is contained in:
parent
354446dd40
commit
215a131f8b
@ -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
|
* <p>When using native ECDSA verification, data must be 32 bytes, and no element may be
|
||||||
* larger than 520 bytes.</p>
|
* larger than 520 bytes.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user