Skip to content

Commit

Permalink
Merge pull request ethereum#55 from zama-ai/louis-patch-ciphertext-size
Browse files Browse the repository at this point in the history
fix: update ciphertext size
  • Loading branch information
tremblaythibaultl authored Mar 7, 2023
2 parents 8fed170 + fa67f17 commit c760fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/tfhe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit c760fef

Please sign in to comment.