<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FRexxS%2Fhashes</id>
	<title>Module:Sandbox/RexxS/hashes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FRexxS%2Fhashes"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/RexxS/hashes&amp;action=history"/>
	<updated>2026-05-24T03:22:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Sandbox/RexxS/hashes&amp;diff=146113&amp;oldid=prev</id>
		<title>imported&gt;RexxS: Creating Module:Sandbox/RexxS/hashes</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/RexxS/hashes&amp;diff=146113&amp;oldid=prev"/>
		<updated>2021-02-15T17:00:06Z</updated>

		<summary type="html">&lt;p&gt;Creating Module:Sandbox/RexxS/hashes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.hashlist(frame)&lt;br /&gt;
	value = frame.args.val&lt;br /&gt;
	local out = {}&lt;br /&gt;
	for idx, algo in ipairs(mw.hash.listAlgorithms()) do&lt;br /&gt;
		out[#out+1] = algo .. &amp;quot; = &amp;quot; .. mw.hash.hashValue( algo, value )&lt;br /&gt;
	end&lt;br /&gt;
	return table.concat(out, &amp;quot;&amp;lt;br&amp;gt;&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;RexxS</name></author>
	</entry>
</feed>