Viewing profile — ajrw
ajrw
HN member- Joined
- Fri, Oct 25, 2019, 3:06 PM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ajrw
No profile information was provided.
Recent public activity
-
comment
Comment #26915591
JWK is a good option for representing public keys, for an Ed25519 key you would have something like this: { "kty":"OKP", "crv":"Ed25519", "x":"oF0a6lgwrJplzfs4RmDUl-NpfEa0Gc8s7IXei…
-
comment
Comment #25421145
I don't think you'd need to target specific wallets, you'd probably just generate a ton of keys and match them against any known wallets.
-
comment
Comment #23576877
It's been a while since I caught up on the BBR work, are there any ways to tweak the algorithm for cases where you want 'increased fairness' – ie. deferring to other data streams b…
-
comment
Comment #22867301
Wow, I knew it was using SCTP but I didn't know that was inside the DTLS channel. That seems like a lot of overhead.
-
comment
Comment #22762764
The spec still says NewReno, but I believe Google are mainly using BBR, if not BBR v2.