Friedel Ziegelmayer
Friedel Ziegelmayer
All signature packets are now read using the `SignedManyReader`, and can be accessed through that. # TODOS - [ ] verify regular signatures work as expected - [ ] verify...
Based on the `p256 ` crate I started expanding on the ECDSA implementation for the brainpool curves # TODOs - [ ] `bp256r1` - [ ] Find and implement test...
Closes https://github.com/n0-computer/iroh/issues/3580
Depends on https://github.com/n0-computer/quinn/pull/290
## Description This allows for multiple interfaces to be bound, and be actually used. You can now use this by passing ```rust let endpoint = Endpoint::builder() .bind_addr_v4_default("127.0.0.1", 1234) .bind_addr_v4("192.168.1.2/24".parse()?, 1234)...
Depends on https://github.com/n0-computer/quinn/pull/278
## Description Needs https://github.com/n0-computer/n0-future/pull/20 Use ``` $ RUSTFLAGS="--cfg tokio_unstable" cargo run -p iroh-bench --release -F tokio-console -- iroh ```