I am a math enthusiast. I am now feeling strong interest in bitcoin technology and key research areas. I would like to know what mathematics sub areas are required for bitcoin technology. I am more interested to the application side of bitcoin. For example corporate governance.
Asked
Active
Viewed 58 times
0
SHA-256
,RIPEMD-160
,ECDSA
,SECP256K1
,PBKDF2
,HMAC-SHA512
,BASE58
,Blockchain
,Proof of Work
,Linked List
,Hash Table
, andHash Set
are some keywords you can research. – Brandon Dec 15 '21 at 06:20Lighting Network
which will require you to know aboutPayment Channels
,Watch Towers
,Onion Routing
, andPickhardt Payments
. You will also want to know howBIP32
andBIP39
are used to grow a wallet from a seed.Schnorr
andSegWit
are also very important concepts to understand. An easy way to get a tour of every topic mentioned is to just watchAndreas Antonopoulos
videos. But you will have to work out some math problems too. – Brandon Dec 19 '21 at 05:03