From 024b65738b4434860777fc43d7cacaefea29ec60 Mon Sep 17 00:00:00 2001 From: Tomas Guisasola Date: Fri, 6 Sep 2013 11:49:08 -0300 Subject: [PATCH] Update do version 1.2. --- doc/us/index.html | 14 +++++++++----- doc/us/manual.html | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/us/index.html b/doc/us/index.html index 3b9bbac..a2c086a 100755 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -63,7 +63,7 @@

Overview

MD5 offers basic cryptographic facilities for -Lua 5.1: +Lua 5.0, 5.1 or 5.2: a hash (digest) function, a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based on @@ -77,16 +77,15 @@

Overview

Status

-

MD5 version 1.1.2 for Lua 5.1 is now available for +

MD5 version 1.2 is now available for download.

Download

MD5 can be downloaded in source code from its -LuaForge -page. If you are using LuaBinaries 5.1.x, a Windows -precompiled version of MD5 can also be found at the same LuaForge page. +GitHub +page.

You can also install MD5 using LuaRocks:

@@ -98,6 +97,11 @@

Download

History

+
Version 1.2 [??/???/2013]
+
    +
  • Code adapted to compile for Lua 5.0, 5.1 and 5.2
  • +
+
Version 1.1.2 [12/May/2008]
  • Fixed bug in 64-bit systems
  • diff --git a/doc/us/manual.html b/doc/us/manual.html index 8304681..dad9d9a 100755 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -62,7 +62,7 @@

    MD5

    Introduction

    -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.