bit-aloo
bit-aloo
Hello Team, I am currently in the process of building the Stack Wallet APK, adhering to the guidelines outlined in the build document. I am attempting to compile the application...
I am currently trying to reproduce the current version of bitbanana which is on playstore. ## Description I was able to build BitBanana locally. The APK I generated from this...
This PR continues the effort toward command centralization as outlined in https://github.com/rust-lang/rust/issues/126819. It introduces a centralized execution context through which all commands will be executed. Previously, centralization was limited to...
Part of https://github.com/tursodatabase/turso/issues/1845 . This PR runs each simulation inside its own thread, allowing panics to be safely contained and recovered without affecting the main thread or global state. This...
- Added `regex_cache` to `Table` and `TableContext` to store compiled patterns. - Refactored `SimValue::like_compare` to support optional ESCAPE chars and use cached regex.
1. Add const-generic tag size support to `define_aegis_cipher!`, removing the hard-coded `TAG_SIZE = 16`. 2. Drop the redundant `TAG_SIZE = 16` constant from `define_aes_gcm_cipher!`, since 16 bytes is already the...