<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SHA-2 on Asa&#39;s Website</title><link>https://ahessmat.netlify.com/tags/sha-2/</link><description>Recent content in SHA-2 on Asa&#39;s Website</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 20 Feb 2020 03:41:25 +0000</lastBuildDate><atom:link href="https://ahessmat.netlify.com/tags/sha-2/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to Hashes</title><link>https://ahessmat.netlify.com/post/2020-02-introduction-to-hashes/</link><pubDate>Thu, 20 Feb 2020 03:41:25 +0000</pubDate><guid>https://ahessmat.netlify.com/post/2020-02-introduction-to-hashes/</guid><description>Preamble Hashes are encoded representations of a variety of inputs (be they integers, strings, objects from programming languages, etc.). They are frequently employed and associated with hash tables, thus serving as a means for quickly storing and accessing data in near constant time – O(1) – as opposed to other conventional data structures (such as binary trees, heaps, and linked lists).
Hashes employ complex mathematics (known as hashing functions) in order to convert their inputs to some numerical output.</description></item></channel></rss>