Precompile contract logic

I am looking through the TFHE library and I have encountered the Precompile.sol contract on several occasions. It is my understanding that it contains a list of addresses for contracts that are used for various operations such as storing the network public key, reencrypting, etc. I was wondering where I can find the implementations of such contracts.

Hi 0xSM,
You can find the implementation of the precompiled contracts here.
Have a nice day :slight_smile:

1 Like