sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Provide sha1, sha256 and md5 digest functions. #29

Closed dwarring closed 8 years ago

dwarring commented 8 years ago

Use the sha1 and sha256 functions in RSATools and drop the dependency on the Digest module.

I'm planning to use the md5 function in PDF::Tools. Much faster than the pure perl implementation.

sergot commented 8 years ago

awesome work, thanks! :)