Introduction to Bitcoin with Yours Bitcoin, Lecture 5: ECDSA

A course on how bitcoin works and how to program bitcoin stuff with the javascript bitcoin library Yours Bitcoin. Taught by Ryan X. Charles, Cofounder & CEO of Yours, and former cryptocurrency engineer of reddit. The fourth lecture covers ECDSA, or Elliptic Curve Digital Signature Algorithm, the digital signature algorithm used by...

View more

From: Yours

Related topics : bitcoin digital signature algorithm / what are bitcoin algorithms used for

Bitcoin ECDSA- Elliptic curve Digital Signature

This video explains through flowcharts the elliptic curve digital signature algorithms: signing and verifying functions.

View more

From: simo lam abde lam

Related topics : bitcoin digital signature algorithm

Introduction to Bitcoin with Yours Bitcoin, Lecture 3: Elliptic Curves

A course on how bitcoin works and how to program bitcoin stuff with the javascript bitcoin library Yours Bitcoin. Taught by Ryan X. Charles, Cofounder & CEO of Yours, and former cryptocurrency engineer of reddit. The third lecture covers elliptic curves and in particular secp256k1, the curve used by bitcoin. This curve is used for public keys and ECDSA, the digital signature algorithm of...

View more

From: Yours

Related topics : bitcoin digital signature algorithm / what are bitcoin algorithms used for