Hi,
could please someone take a look at these two functions in the ECKeyImpl.java?
public void setFieldFP(byte[] buffer, short offset, short length) throws
CryptoException {
fp.getBytes(buffer, offset);
}
public void setA(byte[] buffer, short offset, short length) throws CryptoException {
a.getBytes(buffer, offset);
}
Original issue reported on code.google.com by petermah...@gmail.com on 18 Sep 2013 at 2:36
Original issue reported on code.google.com by
petermah...@gmail.com
on 18 Sep 2013 at 2:36