<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://eurovision.jobogamer.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AHash_function</id>
	<title>Module:Hash function - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://eurovision.jobogamer.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AHash_function"/>
	<link rel="alternate" type="text/html" href="https://eurovision.jobogamer.xyz/index.php?title=Module:Hash_function&amp;action=history"/>
	<updated>2026-05-24T08:19:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://eurovision.jobogamer.xyz/index.php?title=Module:Hash_function&amp;diff=3776&amp;oldid=prev</id>
		<title>imported&gt;Gonnym: do this correctly</title>
		<link rel="alternate" type="text/html" href="https://eurovision.jobogamer.xyz/index.php?title=Module:Hash_function&amp;diff=3776&amp;oldid=prev"/>
		<updated>2025-12-28T15:47:50Z</updated>

		<summary type="html">&lt;p&gt;do this correctly&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;require(&amp;quot;strict&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local algo = frame.args[&amp;#039;algo&amp;#039;] or frame.args[1]&lt;br /&gt;
	local value = frame.args[&amp;#039;value&amp;#039;] or frame.args[2]&lt;br /&gt;
	return mw.hash.hashValue( algo, value )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.list()&lt;br /&gt;
	local list = {}&lt;br /&gt;
	for i, v in ipairs(mw.hash.listAlgorithms()) do&lt;br /&gt;
		list[i] = &amp;quot;&amp;lt;code&amp;gt;&amp;quot; .. v .. &amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return table.concat(list, &amp;quot;,\n&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Gonnym</name></author>
	</entry>
</feed>