m1el
m1el
In its current implementation, the hash function ComputeGlyphHash is not cryptographically secure. Multiple O(1) attacks were demonstrated (https://m1el.github.io/refterm-hash/). This change implements some mitigations for these attacks. This includes: 1. Using...
I have tried to set up a GPIO interrupt handler the following way: ```rust #[interrupt(gpio)] fn gpio_intr() { // do something } #[entry] fn main() -> ! { enable_interrupt(InterruptType::GPIO); //...
This is an incomplete pull request to update `asm!` blocks. ~~Currently bootloader doesn't build with errors related to u64 div/rem symbols.~~ it just werks
I haven't been able to see or use this mod in-game since beat saber update 1.8.0.
- Make slice visualization show only if a cut has accuracy score which is in a specified range - alternatively, make it show longer
Currently it's possible for cut line and miss area to render far outside note body. There's currently an attempt to use `Mask` component, but it's non-functional. This should be fixed....