barryWhiteHat

Results 106 comments of barryWhiteHat

If you want a generic programing language you could check https://github.com/JacobEberhardt/ZoKrates https://github.com/akosba/jsnark https://github.com/o1-labs/snarky

https://github.com/kobigurk/sha256_ethereum will match the EVM for 512 bits input. If you want to add more bits you can, you just need to edit the padding bits https://github.com/kobigurk/sha256_ethereum/blob/master/sha256_ethereum.cpp#L54 Also if you...

This is correct. What we do is enforce a cost/limit on account creation this can be 1. solve captcha 2. burn some eth / crypto 3. make a ZKP about...

One problem with using shapeshift is that their qr codes return "ether:0x1234...4321" where as walleth only allows "ethereum:0x1234...4321" I am happy to make a PR to include both but just...

Hi sorry i didn't get back have been super busy. It was eth to btc i had the problem with.

I did it this way to give a realistic example of the user experience. That was the point of the examples to help User interface developers with a clear example.

> It seems like attestations are non-anonymous, whereas the reputation users receive is private. One use case that lead the design according to https://www.youtube.com/watch?v=8Cp4-w0YjGM&list=PLYqLIBg0y8Jxi6SRaFQTfpLIBkBluMFlg&index=3 is imagining attesters as e.g. Airbnb,...

I belive this will make the transaction simulation more difficult. Imagine i am monirotring the tx pool to see if you have repriced any trnasactions. Without this change I would...

@kilic what licnesne should we use ?