What's the best way to learn how to implement digital signatures, specifically blockchain tech?

This page summarizes the projects mentioned and recommended in the original post on /r/cryptography

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ed25519

    Minimal ed25519 Haskell package, binding to the ref10 SUPERCOP implementation.

  • Blockchains use elliptic curves. Bitcoin uses the secp256k1 curve. Another popular (and easier to implement correctly) curve is ed25519. You can read about digital signatures in standard introductory books (e.g. Introduction to Modern Cryptography by Katz and Lindell). Then you can read about Elliptic Curves by looking at, say, Bernstein's work and the relevant website.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GitLab: Authentication and Signing with SSH Keys

    1 project | dev.to | 30 Sep 2023
  • The Algorand Community Study Group just had our first meeting yesterday. We read Chapter 15 Elliptic Curve Cryptography in A Graduate Course in Applied Cryptography (Boneh, Shoup). Are you interested in learning applied cryptography? Which topic should we cover next? Come join us!

    1 project | /r/AlgorandOfficial | 8 May 2023
  • [Sysadmin] Quel est le niveau de sécurité de la clé ed25519 par rapport à la clé ecdsa ou rsa pour les clés ssh ?

    1 project | /r/enfrancais | 3 Mar 2023
  • Have you been hacked? Tell your story

    1 project | /r/homelab | 22 Nov 2022
  • How SHA-256 Works Step-By-Step

    1 project | /r/programming | 1 Oct 2022