chibi-scheme/lib/chibi/crypto
ilammy 37d808e470 chibi.crypto: more tests for SHA-2
* Boundary cases

  Both SHA-224 and SHA-256 use 512-bit data chunks and have a special
  behavior when chunk size is near the 448-bit boundary.

* Source type support

  Basic smoke tests for accepting bytevectors and binary input ports
  as valid arguments.
2015-04-18 17:31:45 +03:00
..
crypto.stub chibi.crypto: native SHA-2 implementation 2015-04-18 17:31:45 +03:00
integers.h 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 Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +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 Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sha2-native.scm chibi.crypto: native SHA-2 implementation 2015-04-18 17:31:45 +03:00
sha2-test.sld chibi.crypto: more tests for SHA-2 2015-04-18 17:31:45 +03:00
sha2.c chibi.crypto: native SHA-2 implementation 2015-04-18 17:31:45 +03:00
sha2.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sha2.sld chibi.crypto: documentation for (chibi crypto sha-2) 2015-04-18 17:31:44 +03:00