Fernando Lobato Meeser
Fernando Lobato Meeser
We've internally added support for TPMs in C++ but this will probably be part of a different repo as an add-on to Tink to avoid bloat.
Hey @kerneis-anssi, we have an implementation of a TPM backed AEAD. This isn't public yet, since it'll require a bit of work to open source and will live as a...
Hey, The python script that I wrote to compile is essentially a wrapper over the [solc](https://solidity.readthedocs.io/en/develop/installing-solidity.html) compiler. It compiles, gets the ABI definition of the contract and places it in...
I see, This project had some specific and complex cryptographic requirements. For this I used an open source library for performing mathematic operations on the SECP256K1 curve. This code was...
Hey imax, thanks for trying this out, but I am no longer supporting this project. The error you get happens because this was developed for a previous version of the...
We've internally added support for TPMs in C++ but this will probably be part of a different repo as an add-on to Tink to avoid bloat.
Hey @kerneis-anssi, we have an implementation of a TPM backed AEAD. This isn't public yet, since it'll require a bit of work to open source and will live as a...