⭐️NINIKA⭐️
⭐️NINIKA⭐️
mega.nz is a centralized file-sharing service with some nice security features, like client-side file decryption. Apparently it is [not widely known](https://hashcat.net/forum/thread-10499.html), but mega password-protected links are implemented fully on the...
A bug I found when working on [unsafe-libopus](https://github.com/DCNick3/unsafe-libopus) Apparently, when const macro translation is enabled, some casts are dropped, which leads to a change in semantics. ## Reproducible case ```c...
Also consider switching the block events filtering to use height, as there's no real way to predict block hashes. --- ```rs // IMO it should have the suffix `Box` pub...
## Description - rename the `Filter` trait to `EventFilter` - "manually" implement all the event filters without macros - as a consequence, move all the filters to a separate module...
Currently JS SDK has to reimplement parts of `iroha_crypto`: https://github.com/hyperledger/iroha-javascript/tree/iroha2/packages/crypto/crypto-rs. It would be nice to remove the duplication and have the same codebase used for crypto operations between the node...
`Action` and `Filter` are currently generic over a type of filter they use. This is used in `iroha_core` to split event triggers for events coming from different sources. This is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Affected Build(s) Master build, commit d1e0039bc ### Description of Issue Several games that...
I have encountered something that is is not a bug per se, but rather a hard-to-debug gotcha. It is a combination of two facts: 1. `tokio-tungstenite` re-exports the entire `tungstenite`...
Expose `requester_forward` macro, which can be used to implement adapters in 3rd party crates with less maintenance. I, myself, am looking into this to implement adapter for tracing the requests...
When using with ghidra 10.3.3 on arch linux, I get the following error: ``` Traceback (most recent call last): File "/home/dcnick3/Downloads/ghidra2dwarf/ghidra2dwarf.py", line 507, in dwarf_producer_init( File "/home/dcnick3/Downloads/ghidra2dwarf/ghidra2dwarf.py", line 111, in...