Difference between revisions of "Solidity Terms"

From rbachwiki
Jump to navigation Jump to search
(Created page with "=Mappings= One way hash function. On Demand Data Structure Hash key then get results A hash function is any function that can me bused to map data of arbitrary size to data o...")
 
Line 1: Line 1:
=Mappings=
=Mappings=
One way hash function.
# One way hash function.
On Demand Data Structure
# On Demand Data Structure
Hash key then get results  
# Hash key then get results  
A hash function is any function that can me bused to map data of arbitrary size to data of fixed size
# A hash function is any function that can me bused to map data of arbitrary size to data of fixed size

Revision as of 15:48, 21 March 2018

Mappings

  1. One way hash function.
  2. On Demand Data Structure
  3. Hash key then get results
  4. A hash function is any function that can me bused to map data of arbitrary size to data of fixed size