ZK Hack - Power Corrupts Puzzle Solution
In this article, we implement a Cheon attack in Rust to solve the “Power Corrupts” puzzle, contributed by Stanford’s Applied Cryptography group. The focus is on the mathematical intricacies of the attack.
In this article, we implement a Cheon attack in Rust to solve the “Power Corrupts” puzzle, contributed by Stanford’s Applied Cryptography group. The focus is on the mathematical intricacies of the attack.
In this article, we will explore how Vara Network’s custom block authoring implementation differs from the native Substrate implementation.
In this part of the series we review and start implementing elliptic curve arithmetic.
In this part of the series we review and start implementing extension field arithmetic.
In this series of articles we try to implement a toy version of the groth16 zk-snark in python.