chibi-scheme/lib
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
..
chibi chibi.crypto: fix formatting bug in portable SHA-2 2015-04-18 17:31:46 +03:00
scheme Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
srfi Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
init-7.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
meta-7.scm Adding include-shared-optionally. 2015-02-13 19:02:48 +09:00