mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 13:16:36 +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. |
||
---|---|---|
.. | ||
crypto.stub | ||
integers.h | ||
md5-test.sld | ||
md5.scm | ||
md5.sld | ||
rsa-test.sld | ||
rsa.scm | ||
rsa.sld | ||
sha2-native.scm | ||
sha2-test.sld | ||
sha2.c | ||
sha2.scm | ||
sha2.sld |