chibi-scheme/lib/chibi/crypto
Alex Shinn c52873e8b9 Prefer SRFI 33 over SRFI 60, preventing import cycles when a user has
a SRFI 60 installed which imports (scheme base).  This can still break
in theory if a user installs a third-party SRFI 33 in the search path
in front of the Chibi SRFI 33, but we can't always be safe against
such behavior.
Fixes issue #267.
2015-06-09 00:14:03 +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 More documentation improvements. 2015-05-01 07:55:25 +09:00
md5.sld Prefer SRFI 33 over SRFI 60, preventing import cycles when a user has 2015-06-09 00:14:03 +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 Prefer SRFI 33 over SRFI 60, preventing import cycles when a user has 2015-06-09 00:14:03 +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 Prefer SRFI 33 over SRFI 60, preventing import cycles when a user has 2015-06-09 00:14:03 +09:00