Category: Cryptography

  • EIP-712 structured data hashing and signing explained

    EIP-712 structured data hashing and signing explained

    Ethereum for identity verification Cryptography is at the heart of blockchain technology. An identity in ethereum is represented by public-private keypair. Using this keypair and asymmetric cryptography, the origin of a transaction and its integrity are established. How? Let me try to explain it quickly.  Let’s say that I have a public-private key pair. While…