Wren Turkal

Results 106 comments of Wren Turkal

Is there something wrong with this change that I can fix so that it can be merged?

I updated the code to be compliant with rust 2024 edition and rand 0.9.

FWIW, I would like the add an option to use the above implementation as a default for the session key generation, selectable via a feature. In the future, I would...

The suggested implementation is also generating a string. It gets 64 bits of entropy (as suggested in the OWASP doc) and serializes that to a utf8 string with hex characters...

@korken89: I found the following works: ``` { loop { (&mut red_led, &mut usb_serial).lock(|led, s| { led.toggle().unwrap(); let _ = s.write(b"fjdklsf"); }); Mono::delay(2u64.secs()).await; } } ``` How does this correspond...

I asked about this feature here: https://kubernetes.slack.com/archives/C1F5CT6Q1/p1752280310063959