From 5b13a18428e793ef6aca00f6354ca60785828291 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:51:13 -0500 Subject: [PATCH] wording Co-authored-by: redoomed1 Signed-off-by: fria <138676274+friadev@users.noreply.github.com> --- blog/posts/homomorphic-encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/homomorphic-encryption.md b/blog/posts/homomorphic-encryption.md index cdae4dfb..885e8b44 100644 --- a/blog/posts/homomorphic-encryption.md +++ b/blog/posts/homomorphic-encryption.md @@ -207,7 +207,7 @@ Cornami's [Mx^80 FracTLcore](https://cornami.net/mx80-system) system boasts "Enc Their computing is based on parallelism of data processing utilizing between thousands and millions of cores, able to scale cleanly depending on your needs. Since FHE operations can be made more efficient by batching computations together, their new parallel computing architecture shows promise for pushing FHE into being much closer to the same speed as plaintext computations. -I'm curious to see these claims put up to scrutiny, because if they're true then that would be completely revolutionary; it would mean that we could finally start replacing plaintext processing of data with FHE with almost no extra overhead. +I'm curious to see these claims put up to scrutiny, because if they're true then that would be completely revolutionary. It would mean that we could finally start replacing plaintext processing of data with FHE with almost no extra overhead. #### TREBUCHET