chibi-scheme/lib/chibi/crypto
ilammy 1f8c0088a7 chibi.crypto: fix formatting bug in portable SHA-2
We can't use 'integer->hex-string' alone to print out SHA-224/256
digest because it rightly converts #x00001234 into "1234", while
we need to keep the padding zero nibbles and get "00001234".

'hex' got renamed into 'hex32' because SHA-512 will need some
different 'hex64' which returns 16-character-long strings.
2015-04-18 17:31:46 +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 chibi.crypto: fix formatting bug in portable SHA-2 2015-04-18 17:31:46 +03:00
sha2.sld chibi.crypto: documentation for (chibi crypto sha-2) 2015-04-18 17:31:44 +03:00