Friedel Ziegelmayer

Results 767 comments of Friedel Ziegelmayer

applied the missing CR in here: https://github.com/RustCrypto/AEADs/pull/587

we have these helpers already implemented here: https://github.com/n0-computer/iroh/blob/main/iroh-net/src/net/ip.rs

I don't think this is good to do. If you want a more relaxed version we could add a "is_similar_to" method or sth like that, but equality should really check...

> Wondering about aligning the signed message reader buffer sizes with the others (and maybe the compressed one, as well?) not really, other than me being lazy..

yes, newer android is very restrictive, which is why reading network interfaces is quite..complex https://github.com/shellrow/netdev/pull/22 I suspect under `termux` the detection of it being a problematic android device fails (I...

Closing as it is unclear if this is sth we can do on the iroh side for this

I like the longer forms, `bind` is very opaque

Closing this, as we now have the watcher based API

the overall changes are a lot simpler than I expected, which is nice

That failure means that some parsing logic has changed. One trick is to run the test with logging on the branch before and after and look at the diff, where...