3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 19:55:51 +00:00

ECKey: Fix JavaDoc encoding error on Windows.

This commit is contained in:
Andreas Schildbach 2019-05-30 09:10:06 +02:00
parent 90b4b54b43
commit 729b84ed45

View File

@ -992,7 +992,7 @@ public class ECKey implements EncryptableItem {
// 1.2. Convert the integer x to an octet string X of length mlen using the conversion routine
// specified in Section 2.3.7, where mlen = (log2 p)/8 or mlen = m/8.
// 1.3. Convert the octet string (16 set binary digits)||X to an elliptic curve point R using the
// conversion routine specified in Section 2.3.4. If this conversion routine outputs invalid, then
// conversion routine specified in Section 2.3.4. If this conversion routine outputs "invalid", then
// do another iteration of Step 1.
//
// More concisely, what these points mean is to use X as a compressed public key.