<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/Modules/hashing/alder32?action=history&amp;feed=atom</id>
	<title>Modules/hashing/alder32 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/Modules/hashing/alder32?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/hashing/alder32&amp;action=history"/>
	<updated>2026-04-08T15:06:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/hashing/alder32&amp;diff=17701&amp;oldid=prev</id>
		<title>50p: New page: {{ModuleFunction|hashing}} Calculate the '''alder32''' hash of the given string  ==Syntax== &lt;syntaxhighlight lang=&quot;lua&quot;&gt; string alder32( string str ) &lt;/syntaxhighlight&gt;  ===Required arguments=== * '''str:''' string...</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/hashing/alder32&amp;diff=17701&amp;oldid=prev"/>
		<updated>2008-09-19T04:57:22Z</updated>

		<summary type="html">&lt;p&gt;New page: {{ModuleFunction|hashing}} Calculate the &amp;#039;&amp;#039;&amp;#039;alder32&amp;#039;&amp;#039;&amp;#039; hash of the given string  ==Syntax== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; string alder32( string str ) &amp;lt;/syntaxhighlight&amp;gt;  ===Required arguments=== * &amp;#039;&amp;#039;&amp;#039;str:&amp;#039;&amp;#039;&amp;#039; string...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ModuleFunction|hashing}}&lt;br /&gt;
Calculate the '''alder32''' hash of the given string&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
string alder32( string str )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required arguments===&lt;br /&gt;
* '''str:''' string of which you want to calculate the hash&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
String containing calculated alder32 hash of '''str''' or nil if '''str''' wasn't string&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
'''Example:''' This calculates the hash of '''&amp;quot;hello world&amp;quot;''' and prints it in debug window&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
hash = alder32( &amp;quot;hello world&amp;quot; ) -- get alder32 hash of &amp;quot;hello world&amp;quot;&lt;br /&gt;
outputDebugString( hash )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Modules/hashing/functions}}&lt;/div&gt;</summary>
		<author><name>50p</name></author>
	</entry>
</feed>