Skip to content

Commit

Permalink
fix: update ciphertext size
Browse files Browse the repository at this point in the history
To match with MESSAGE_3_CARRY_3 ciphertext size.
  • Loading branch information
tremblaythibaultl authored Mar 7, 2023
1 parent 8fed170 commit fa67f17
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 fa67f17

Please sign in to comment.