Categories
Tutorials

How Bitcoin Addresses are generated? Understand the Math behind Bitcoin

To use Bitcoin, user generally needs two things: Private Key and Bitcoin Address.Continue readingHow Bitcoin Addresses are generated? Understand the Math behind Bitcoin

Categories
Cryptography

Question on DER-encoding of signature pair (r, s)

I’ve been working through the byte-level details of bitcoin transactions and I need some help on DER-encoding.Continue readingQuestion on DER-encoding of signature pair (r, s)

Categories
Cryptography

Using secp256k1 endomorphism

The existence of the endomorphism is a roughly 20% speedup in a plain multi-exp due to halving the number of doublings.Continue readingUsing secp256k1 endomorphism

Categories
Cryptography

Encrypting messages question

It isn’t the same with signing/verifying that you prove you own the address.Continue readingEncrypting messages question

Categories
Bitcoin

Solving WIF in a ‘hybrid’ mode

I would like to share with you one thing I found recently.Continue readingSolving WIF in a ‘hybrid’ mode