chibi-scheme/lib/chibi/crypto
Alex Shinn 00691b64f1 Making libraries portable where possible.
Many still import (chibi), and as (scheme base) is somewhat more
expensive to load at present these are changed to cond-expand.
Many libraries also rely on (srfi 33), and these have been changed
to a cond-expand first trying (srfi 60) where available.
Also fixing a few portability concerns (duplicate imports of the
same binding), and adding a few libraries missing from lib-tests.scm.
2015-04-26 16:17:38 +09:00
..
crypto.stub chibi.crypto: native SHA-2 implementation 2015-04-18 17:31:45 +03:00
md5-test.sld Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
md5.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
md5.sld Making libraries portable where possible. 2015-04-26 16:17:38 +09:00
rsa-test.sld Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
rsa.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
rsa.sld Making libraries portable where possible. 2015-04-26 16:17:38 +09:00
sha2-native.scm chibi.crypto: code style fixes 2015-04-19 16:01:07 +03:00
sha2-test.sld chibi.crypto: more tests for SHA-2 2015-04-18 17:31:45 +03:00
sha2.c chibi.crypto: move sexp_uintN_t typedefs to <sexp.h> 2015-04-19 16:01:11 +03:00
sha2.scm chibi.crypto: code style fixes 2015-04-19 16:01:07 +03:00
sha2.sld Making libraries portable where possible. 2015-04-26 16:17:38 +09:00