Fan Zhang
Fan Zhang
Same question!
Same issue here.
Hi, You can find some insturctions on the use of TC docker images here: https://town-crier.readthedocs.io/en/latest/docker.html. In that setup we use infura to connect to the blockchain. If you're looking for...
Thanks. Do you want to submit a PR?
Hi @jmp0x7c00 , thanks for the note! The code is meant to be a research prototype for evaluation purposes so debugging statements like this is probably all over the place....
You can find an example of attestation in the Town Crier project I maintain. - app: https://github.com/bl4ck5un/Town-Crier/blob/master/src/App/attestation.cpp - enclave: https://github.com/bl4ck5un/Town-Crier/blob/master/src/Enclave/ecall_attestation.cpp - query IAS: https://github.com/bl4ck5un/Town-Crier/blob/master/scripts/ias_prod.py
`keccak.h` is mostly about [SHA3](https://en.wikipedia.org/wiki/SHA-3).
IIRC, epid comes as a hex string. The above format is also just a hex string with "0x" appended and "," added.
I can't recall... It could be just { 0x99, 0x8F, 0xCF... }
I can also confirm this bug. Looking forward to a fix.