From fa67f1773bc5b4cfc7c62bb10a6a6212d8e5281a Mon Sep 17 00:00:00 2001 From: Louis Tremblay Thibault Date: Tue, 7 Mar 2023 10:32:15 +0100 Subject: [PATCH] fix: update ciphertext size To match with MESSAGE_3_CARRY_3 ciphertext size. --- core/vm/tfhe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/tfhe.go b/core/vm/tfhe.go index 2bb69900c226..a84382ee695c 100644 --- a/core/vm/tfhe.go +++ b/core/vm/tfhe.go @@ -168,7 +168,7 @@ import ( "github.com/ethereum/go-ethereum/crypto" ) -const ciphertextSize = 7008 +const ciphertextSize = 8248 func toBufferView(in []byte) C.BufferView { return C.BufferView{