From e03ab2ce2ffdbeeb05dd331d26d8c69d8f617f7f Mon Sep 17 00:00:00 2001 From: Kurt Pan <74859307+kurtpan666@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:41:01 +0800 Subject: [PATCH] Update draft-20240922.md --- post/draft-20240922.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post/draft-20240922.md b/post/draft-20240922.md index ef491f2..d6fa75e 100644 --- a/post/draft-20240922.md +++ b/post/draft-20240922.md @@ -2,6 +2,9 @@ ### Friends don’t let friends reuse nonces This blog post tells a cautionary tale of what can go wrong when implementing a relatively basic type of cryptography: a bidirectional encrypted channel, such as an encrypted voice call or encrypted chat. We’ll explore how more subtle issues of this type can arise in a network with several encrypted channels, and we’ll describe a bug we discovered in a client’s threshold signature scheme. - +### The galois library +A performant NumPy extension for Galois fields and their applications +- ## Updates