Re: [Toybox] sha1sum tests

2012-12-09 Thread Rob Landley
On 12/08/2012 07:35:31 AM, Elie De Brauwer wrote: Hello all, In attach you can find some tests for sha1sum, these are mainly based on http://tools.ietf.org/html/rfc3174. I just placed them in sha1sum.test, but apparently sha1sum.c has recently been consumed by md5sum.c so it might or might

Re: [Toybox] sha1sum tests

2012-12-08 Thread Elie De Brauwer
All, Too quick, attached an updated version of my patch which also removes the files created while testing. gr E. On 12/08/2012 02:35 PM, Elie De Brauwer wrote: Hello all, In attach you can find some tests for sha1sum, these are mainly based on http://tools.ietf.org/html/rfc3174. I just pla

[Toybox] sha1sum tests

2012-12-08 Thread Elie De Brauwer
Hello all, In attach you can find some tests for sha1sum, these are mainly based on http://tools.ietf.org/html/rfc3174. I just placed them in sha1sum.test, but apparently sha1sum.c has recently been consumed by md5sum.c so it might or might not be a good idea to actually merge them with the md