↧
Article 2
Does anyone have a secure implementation of the QUIC address validation token [1]? The example in quiche [2] is explicitly insecure. It *looks* to be as easy as MAC(address || connection id). Spec also...
View ArticleArticle 0
Today in Micronaut optimization: The left code is almost twice as fast as the right code… Until it's compiled by C2, then it's slower. It's amusing to watch the benchmark *slow down* during the warmup...
View Article