mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 05:06:37 +02:00
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. |
||
---|---|---|
.. | ||
chibi | ||
scheme | ||
srfi | ||
init-7.scm | ||
meta-7.scm |