mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Oops
This commit is contained in:
@@ -30,7 +30,6 @@ public class MnemonicHelper {
|
||||
|
||||
static String get(byte[] entropy) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
new SecureRandom().nextBytes(entropy);
|
||||
new MnemonicGenerator(English.INSTANCE).createMnemonic(entropy, sb::append);
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user