Extend: quvi object: Add crypto support
commitf12e093a280f5082e6b66250820a7bbb44a85f07
authorToni Gundogdu <legatvs@gmail.com>
Thu, 31 Jan 2013 08:14:55 +0000 (31 10:14 +0200)
committerToni Gundogdu <legatvs@gmail.com>
Fri, 1 Feb 2013 09:16:15 +0000 (1 11:16 +0200)
treeb92379a0356d1874f3f97e21ca61d775f50a7031
parent9897bea6a4aff72b6eec9149ea0b5986f6f37a10
Extend: quvi object: Add crypto support

Add quvi.crypto.{encrypt,decrypt,hash} support. libquvi scripts may use
these functions if need be.

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
src/lua/Makefile.am
src/lua/init.c
src/lua/quvi/crypto/copts.c [new file with mode: 0644]
src/lua/quvi/crypto/en_decrypt.c [new file with mode: 0644]
src/lua/quvi/crypto/err.c [new file with mode: 0644]
src/lua/quvi/crypto/err.h [new file with mode: 0644]
src/lua/quvi/crypto/hash.c [new file with mode: 0644]
src/lua/quvi/crypto/opts.h [new file with mode: 0644]