mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 18:37:36 +00:00 
			
		
		
		
	Fix typo in 01_0_Introducing_Bitcoin.md
This commit is contained in:
		
							parent
							
								
									ece8e09e98
								
							
						
					
					
						commit
						816fb4d6b9
					
				| @ -65,7 +65,7 @@ A message (or more commonly, a hash of a message) can be signed with a private k | |||||||
| 
 | 
 | ||||||
| ### What Is a Hash Function? | ### What Is a Hash Function? | ||||||
| 
 | 
 | ||||||
| A hash function is an algorithm frequently used with cryptograpy. It's a way to map a large, arbitrary amount of data to a small, fixed amount of data. Hash functions used in cryptography are one-way and collision-resistant, meaning that a hash can very reliably be linked to the original data, but the original data can not be regenerated from the hash. Hashes thus allow the transmission of small amounts of data to represent large amounts of data, which can be important for efficiency and storage requirements.  | A hash function is an algorithm frequently used with cryptography. It's a way to map a large, arbitrary amount of data to a small, fixed amount of data. Hash functions used in cryptography are one-way and collision-resistant, meaning that a hash can very reliably be linked to the original data, but the original data can not be regenerated from the hash. Hashes thus allow the transmission of small amounts of data to represent large amounts of data, which can be important for efficiency and storage requirements.  | ||||||
| 
 | 
 | ||||||
| ### Public-Key Cryptography — In Short | ### Public-Key Cryptography — In Short | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user