Skip to content

Commit

Permalink
feat(): fetch kms endpoint address from env
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblaythibaultl committed Dec 14, 2023
1 parent fb2cfa5 commit 8ad3dfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fhevm/precompiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ func reencryptRun(environment EVMEnvironment, caller common.Address, addr common

var reencryptedValue = res.ReencryptedCiphertext

logger.Info("reencrypt success", "input", hex.EncodeToString(input), "callerAddr", caller, "reencryptedValue", reencryptedValue)
logger.Info("reencrypt success", "input", hex.EncodeToString(input), "callerAddr", caller, "reencryptedValue", reencryptedValue, "len", len(reencryptedValue))
return toEVMBytes(reencryptedValue), nil
}
msg := "reencrypt unverified ciphertext handle"
Expand Down
4 changes: 3 additions & 1 deletion kms/kms_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ad3dfe

Please sign in to comment.