Skip to content

Commit d8e33ce

Browse files
make derive protected
1 parent 2fce7d2 commit d8e33ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/toys/BlindOracleApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ private void xprvChild(byte[] xprv, short xprvOff,
305305
* @param out - output buffer to write the xprv to
306306
* @param outOff - offset in the output buffer
307307
*/
308-
private void derive(byte keyid,
308+
protected void derive(byte keyid,
309309
byte[] derivation, short derOff, short derLen,
310310
byte[] out, short outOff)
311311
{

0 commit comments

Comments
 (0)