BIP39 icon indicating copy to clipboard operation
BIP39 copied to clipboard

Java Microlibrary implementation of BIP0039

Results 8 BIP39 issues
Sort by recently updated
recently updated
newest added

Starting from May 1, 2021 **JCenter** will stop working. Can you please publish the library to **MavenCentral**? **Possible alternatives** JitPack GitHub Packages

[Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options). Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry...

see https://blog.gradle.org/jcenter-shutdown

Hello, I am very happy to use your powerful encryption library, but when I was testing the demo example on this page (https://iancoleman.io/bip39/#english), I encountered a problem: From Derived Addresses...

Possibly allow a relaxation of this rule option.

Currently, only English and Japanese are tested and supported.

``` public byte[] calculateSeed(String mnemonic, String passphrase) { ``` This should be able to take `CharSequence` but the normalizer is insisting we have `String` input.

When you said we could use speech xml i was quite happy as I wanna do stuff like add 5 second pauses, etc. However, I'm not sure which speech XML...