Search Results for: algebraic structure

ethereum, currency, trading

ECRecover and Signature Verification in Ethereum

Ethereum Digital Signatures Digital Signatures Details of ECDSA Signatures ECRecover and Signature Verification in Ethereum ECDSA Malleability As seen in the previous post of this series, a signature scheme usually has a verification algorithm that computes directly over the public key and the signature to check if the latter is valid. Ethereum is different, and …

ECRecover and Signature Verification in Ethereum Read More »

mining, ethereum, market

Digital Signatures

Ethereum Digital Signatures Digital Signatures Details of ECDSA Signatures ECRecover and Signature Verification in Ethereum ECDSA Malleability If you are a cryptographer, the concept of Digital Signature will be as familiar to you as wooden blocks are to a toddler. If you are a developer, and you’ve done any work requiring some sort of authentication, …

Digital Signatures Read More »

matrix, technology, tech

Implementing ZK Snarks: a Story

My interest in ZK Snarks began at work, when I took the task to investigate this technology and implement a prototype that could later evolve into a product.
This post is the first of a series chronicling our progress in that exploration, and the difficulties we found.