Jean Do

Results 40 comments of Jean Do

I believe ended up with this error, maybe 30m after starting the build. ``` UPD kernel/config_data CC kernel/hung_task.o CC kernel/seccomp.o CC kernel/utsname_sysctl.o CC kernel/latencytop.o CC kernel/irq_work.o CC kernel/jump_label.o CC kernel/iomem.o...

This time I'm more certain. I started in seedsigner-os at 0e155b74 Previously I'd tried building prs 55 and 57 together, this time I checked out 57 only, and built as...

ACK for 0.8.0 ...that I've read the docs changes, that they're improved/evergreen for future versions, that I wouldn't expect these to change the build binary.

Just a note that I'll likely end up backing-out changes in the previous commit (b761d26 until rebase) because NUL padding combined with authentication doesn't seem solvable to ensure decryption, for...

> ...and exploring tests that show an exact failure rate ~~Latest commit~~ The latest commits have non-"simple" handling of authenticated decryption for unsafe-padding (ECB/CBC versions 0, 1, 3, 4. ~~I'm...

A new function `suggest_versions()` decides on the KEF version to use when encrypting. This includes whether or not to use compression of plaintext. It's currently using a threshold of 160...

As simulator created (Crypto.Cipher.aes MODE_CTR) controls since MODE_CTR has arrived in MaixPy.ucryptolib: These can be read from Tools/Datum Tool in "kef_ui_prototype" branch --- "im sixteen bytes", version: "AES-CTR", key: "k",...

As of latest optimization, uncontrolled testing (using Amigo, doing double-mnemonic again and again, watching the usb console) is showing that a try takes just less than 6ms. My testing over...

> ... for once in 16 * 16 * 256 scrambled-24word phrases 1/65536??? Answering my second question above with brute-force -- might add "and ignorance" ;) ```python import random from...

Storing notes about my findings of `krux.bip39`, which `replaces embit.bip39.mnemonic_to_bytes()` as 1) a complete rewrite using big integers that I'll argue is easier to read/understand, and more importantly 2) which...