Python/blockchain/README.md
Devesh Swarnkar ba576a9a0b
Create README.md (#6642)
for blockchain file
2022-10-30 11:14:02 +01:00

9 lines
400 B
Markdown

# Blockchain
A Blockchain is a type of distributed ledger technology (DLT) that consists of growing list of records, called blocks, that are securely linked together using cryptography.
* <https://en.wikipedia.org/wiki/Blockchain>
* <https://en.wikipedia.org/wiki/Chinese_remainder_theorem>
* <https://en.wikipedia.org/wiki/Diophantine_equation>
* <https://www.geeksforgeeks.org/modular-division/>