rylev/const-sha1

New release with no buffer limit + [u8; 20] digest?

yyaroshevich opened this issue · 1 comments

Is there any chance new version of crate published which can both compute sha1 at compile time from ConstBuffer as well as from slice?
Currently 0.2.0 only operate on ConstBuffer and has unfortunate limit of 1024 bytes of input.
Version of 0.1.1 can operate on arbitrary slices, but has a inconvenient Digest definition which has no bytes() method to convert [u32; 5] -> [u8; 20].
Thanks a lot in advance!

Published 0.3.0 to crates.io. Hope that helps!