Crypto Notes: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
*Value goes up 1 year after halving
*Value goes up 1 year after halving
*MD5 checksum - variable quantity of data - pass it through a checksum. Fixed length checksum is created.
*MD5 checksum - variable quantity of data - pass it through a checksum. Fixed length checksum is created.
*Cryptographic - is a one way hash function. Takes public data, add a nonce. To get a certain number of zeros at the start of a hash.

Revision as of 20:55, 22 February 2021

  • Halving time - every 4 years
  • Value goes up 1 year after halving
  • MD5 checksum - variable quantity of data - pass it through a checksum. Fixed length checksum is created.
  • Cryptographic - is a one way hash function. Takes public data, add a nonce. To get a certain number of zeros at the start of a hash.