Skip to content

Commit

Permalink
Updated readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkottman committed Apr 25, 2013
1 parent 4d64b94 commit 0639ea2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright © 2006 Keith Howe
© 2012 Michal Kottman

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.3.2 [25/Apr/2013]
Updated for Lua 5.2
0.3.1 [6/Mar/2012]
Added a compile-time option to initialize OpenSSL outside of LuaCrypto
0.3.0 [1/Mar/2012]
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ HMAC, and more) and crypto-grade random number generators.

LuaCrypto also supports encryption and decryption, signing and verifying, sealing and opening using the OpenSSL EVP API.

Please see docs at doc/us/index.html or http://luacrypto.luaforge.net/.
Please see docs at doc/us/index.html or http://mkottman.github.io/luacrypto/.
7 changes: 5 additions & 2 deletions doc/us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2><a name="overview"></a>Overview</h2>

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

<p>Current version is 0.3.1. It was developed for Lua 5.1 but it is compatible with Lua 5.0 through the use of <a href="http://www.keplerproject.org/compat/">Compat-5.1.</a></p>
<p>Current version is 0.3.2. It is compatible with Lua 5.2 but also runs fine on 5.1.</p>

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

Expand All @@ -79,6 +79,9 @@ <h2><a name="dependencies"></a>Dependencies</h2>
<h2><a name="history"></a>History</h2>

<dl class="history">
<dt><strong>0.3.2</strong> [25/Apr/2013]</dt>
<dd>Updated for Lua 5.2</dd>

<dt><strong>0.3.1</strong> [6/Mar/2012]</dt>
<dd>Added a compile-time option to initialize OpenSSL outside of LuaCrypto.</dd>

Expand All @@ -99,7 +102,7 @@ <h2><a name="history"></a>History</h2>

<h2><a name="credits"></a>Credits</h2>

<p>Much of the original release was based on the lmd5 project, written by <a href="http://lua-users.org/wiki/LuizHenriqueDeFigueiredo">Luiz Henrique de Figueiredo</a>. More recent versions were based on existing Kepler components and also incorporate changes contributed by <a href="http://lua-users.org/wiki/MarkEdgar">Mark Edgar</a>. Encryption and decryption support was added by Michal Kottman, additional functionality and fixes were contributed by Ignacio Burgueño, Aleksandr Novitskiy and Brandon Philips.</p>
<p>Much of the original release was based on the lmd5 project, written by <a href="http://lua-users.org/wiki/LuizHenriqueDeFigueiredo">Luiz Henrique de Figueiredo</a>. More recent versions were based on existing Kepler components and also incorporate changes contributed by <a href="http://lua-users.org/wiki/MarkEdgar">Mark Edgar</a>. Encryption and decryption support was added by <a href="https://github.com/mkottman">Michal Kottman</a>, additional functionality and fixes were contributed by Ignacio Burgueño, Aleksandr Novitskiy and Brandon Philips. Lua 5.2 compatibility was added by <a href="https://github.com/moteus">moteus</a>.</p>

<h2><a name="contact"></a>Contact</h2>

Expand Down

0 comments on commit 0639ea2

Please sign in to comment.