mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
This is a bugfix to the API, but since `MnemonicCode` always passes `dkLen` of 64 and the `System.arraycopy()` on line 66 truncates `baos.toByteArray()` to `dkLen` length, the call to `derive()` works correctly for our use-case. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
findbugs.xml |