From 868d71bd7d34036fc0503bdcbf9799baf3107fd7 Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Fri, 3 Mar 2017 19:47:04 +0100 Subject: [PATCH] retina --- 2.0/docs/vapor/hash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/vapor/hash.md b/2.0/docs/vapor/hash.md index 129959a6..7b261f85 100644 --- a/2.0/docs/vapor/hash.md +++ b/2.0/docs/vapor/hash.md @@ -2,7 +2,7 @@ Hashing is a one way method of converting arbitrary data into a fixed size format. Unlike ciphers, data that is hashed cannot be retrieved from the resulting digest. Hashes can be used to create keys, file identifiers, or store credentials. - +Hash function diagram > Hash function diagram from [Wikipedia](https://en.wikipedia.org/wiki/Hash_function).