From 85ad8f321babb0d2da656ad2005f3017803c8449 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bossuat Date: Sun, 5 Nov 2023 10:21:22 +0100 Subject: [PATCH] typo --- mhe/mhefloat/mhefloat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mhe/mhefloat/mhefloat.go b/mhe/mhefloat/mhefloat.go index bef8fe68..106e89fd 100644 --- a/mhe/mhefloat/mhefloat.go +++ b/mhe/mhefloat/mhefloat.go @@ -1,4 +1,4 @@ -// Package mheint implements homomorphic decryption to Linear-Secret-Shared-Shares (LSSS) +// Package mhefloat implements homomorphic decryption to Linear-Secret-Shared-Shares (LSSS) // and homomorphic re-encryption from LSSS, as well as interactive bootstrapping for the package `he/hefloat` // See `mhe/README.md` for additional information on multiparty schemes. package mhefloat