Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update do version 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasguisasola committed Sep 6, 2013
1 parent e3ab2ce commit 024b657
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions doc/us/index.html
Expand Up @@ -63,7 +63,7 @@ <h2><a name="overview"></a>Overview</h2>

<p>
MD5 offers basic cryptographic facilities for
<a href="http://www.lua.org">Lua</a> 5.1:
<a href="http://www.lua.org">Lua</a> 5.0, 5.1 or 5.2:
a hash (digest) function, a pair crypt/decrypt based on
<a href="http://en.wikipedia.org/wiki/MD5">MD5</a> and CFB,
and a pair crypt/decrypt based on
Expand All @@ -77,16 +77,15 @@ <h2><a name="overview"></a>Overview</h2>

<h2><a name="status"></a>Status</h2>

<p>MD5 version 1.1.2 for Lua 5.1 is now available for
<p>MD5 version 1.2 is now available for
<a href="#download">download</a>.</p>

<h2><a name="download"></a>Download</h2>

<p>
MD5 can be downloaded in source code from its
<a href="http://luaforge.net/projects/md5/files">LuaForge</a>
page. If you are using LuaBinaries 5.1.x, a Windows
precompiled version of MD5 can also be found at the same LuaForge page.
<a href="https://github.com/keplerproject/md5">GitHub</a>
page.
</p>

<p>You can also install MD5 using <a href="http://www.luarocks.org">LuaRocks</a>:</p>
Expand All @@ -98,6 +97,11 @@ <h2><a name="download"></a>Download</h2>
<h2><a name="history"></a>History</h2>

<dl class="history">
<dt><strong>Version 1.2</strong> [??/???/2013]</dt>
<dd><ul>
<li>Code adapted to compile for Lua 5.0, 5.1 and 5.2</li>
</ul></dd>

<dt><strong>Version 1.1.2</strong> [12/May/2008]</dt>
<dd><ul>
<li>Fixed bug in 64-bit systems</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/us/manual.html
Expand Up @@ -62,7 +62,7 @@ <h1>MD5</h1>
<h2><a name="introduction"></a>Introduction</h2>

<p>
MD5 offers basic cryptographic facilities for Lua 5.1:
MD5 offers basic cryptographic facilities for Lua 5.X:
a hash (digest) function, a pair crypt/decrypt based on MD5 and CFB,
and a pair crypt/decrypt based on DES with 56-bit keys.
</p>
Expand Down

0 comments on commit 024b657

Please sign in to comment.