Skip to content

Commit

Permalink
fix: add missing type for decrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 8, 2024
1 parent ad019f0 commit 793dcb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fhevm/precompiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -2234,6 +2234,8 @@ func decryptValue(environment EVMEnvironment, ct *tfheCiphertext) (uint64, error
fheType = kms.FheType_Euint16
case FheUint32:
fheType = kms.FheType_Euint32
case FheUint64:
fheType = kms.FheType_Euint64
}

// TODO: generate merkle proof for some data
Expand Down

0 comments on commit 793dcb3

Please sign in to comment.