scgbckbone
scgbckbone
with regards to SD card - what you're looking for is `--eject` passed to simulator. Also check `unix/README.md` for more simulator options. Recently we've also added `testing/run_sim_tests.py` (`git pull --rebase...
hi, can you elaborate? My thinking was `a-zA-Z0-9+/=` should make most of the "password strength" calculators happy. Also you can make sure you will have at least one special character...
> 1. I have to make a password for my bank > > 2. It requires a password of `a-zA-Z` no numbers, length of 8-12 characters > > > Of...
> So, ie. instead of num_bytes, maybe use multiple variables > > 1. `length` (as is, the length of the output password) > > 2. `character_types` (this should be a...
**REMAKE:** * `num_bytes` changed to `pwd_len` * base64 encode whole 64 bytes of generated entropy * slice out password length `base64_encoded_entropy[0:pwd_len]` * no more padding (as max pwd length is...
> @ethankosakovsky above account is imo gone (rumor goes that he/she created it just for bip85 and no longer watch it or respond)
> Nevertheless, this cannot be merged without an ACK from that human. Do we have any contingency plan in case "that human" is gone? (which seems to be the case)
sent email with request to transfer ownership to bip editors and @ethankosakovsky
I can see the same behavior even for `secp256k1_ec_pubkey_tweak_add` it returns 1 (success) and public_key is not tweaked... also `test.c` agrees with this ``` /* Tweak of zero leaves the...
> I don't know. The tweaks are mostly intended to be used with the output of a hash function, so 0 will appear only with negligible probability. In that case,...