-
The assembler accepts the placement of a "#" directly before a mnemonic. e.g., #jsr test
This seems to be an error to me.
-
To support mnemonic phrases BIP39, I need a 64 byte site support in KeyPair generator Exonum.
https://iancoleman.io/bip39/
-
Last page's `Previous` button returns to the first page (mnemonic seed page), but it should return to the password page
![image](https://user-images.githubusercontent.com/45968869/70034203-18f00800…
-
SOLID is a mnemonic acronym for five design principles intended to make software designs more understandable, flexible and maintainable.
Do participants need to bring a laptop?
No
-
Why is it I get a different address when using this package with the same mnemonic on metamask? Ethereum address specifically
-
Where a string literal contains a value matching a mnemonic the assembler will try to resolve the contents as regular code content. This only has an impact where part of the processed code resembles a…
-
Prior versions of kiwix had the sensible and very useful feature to allow the user to invert the colors of the display, using the simple keybinding `C-i`. That feature seems to have been removed in th…
-
Env:
- python 3.8
- capstone 4.0.1
- ubuntu 18.04 (WSL)
Repro:
```python
import capstone
md = capstone.Cs(capstone.CS_ARCH_X86, capstone.CS_MODE_32)
md.detail = True
# case 1
# expecte…
-
Hi
is anyway to use a random seed generator like python Mnemonic generator inside of btcrecover ?
i know we can use a list of seed with --seedlist .
-
**Describe the bug**
After importing a BIP39 mnemonic and generating the 512-bit seed byte sequence, the Unit-e code does not save the seed, but instead [generates the 256-bit master key](https://git…