mcrypt: A libmcrypt plugin (separately buildable FFI wrapper).
authorMatt Birkholz <puck@birchwood-abbey.net>
Fri, 5 Sep 2014 00:05:38 +0000 (17:05 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Fri, 5 Sep 2014 00:05:38 +0000 (17:05 -0700)
commitf603fb2bdd154412ed8529587dbcde3baa17915e
tree80b1f2d6ffb6c7523ce02037b176fcf300fe8ba0
parent4fafc74344456be993b42c7270f840bc23ea1d2c
mcrypt: A libmcrypt plugin (separately buildable FFI wrapper).
13 files changed:
dist/shared.sh
src/mcrypt/Makefile.in [new file with mode: 0644]
src/mcrypt/README [new file with mode: 0644]
src/mcrypt/check.scm [new file with mode: 0644]
src/mcrypt/compile.scm [new file with mode: 0644]
src/mcrypt/configure.ac [new file with mode: 0644]
src/mcrypt/make.scm [new file with mode: 0644]
src/mcrypt/mcrypt-adapter.c [new file with mode: 0644]
src/mcrypt/mcrypt-check.scm [new file with mode: 0644]
src/mcrypt/mcrypt-shim.h [new file with mode: 0644]
src/mcrypt/mcrypt.cdecl [new file with mode: 0644]
src/mcrypt/mcrypt.pkg [new file with mode: 0644]
src/mcrypt/mcrypt.scm [new file with mode: 0644]