grondilu / openssl

Perl6 API to OpenSSL
Artistic License 2.0
3 stars 8 forks source link

Fix on current MoarVM/64-bit Linux, add more hash functions, and allow hashing of Bufs/Blobs #1

Closed avuserow closed 10 years ago

avuserow commented 10 years ago

After learning how to do NativeCall in order to get MD5 functionality on MoarVM, I started wrapping this functionality myself, only to realize that your module already exists. So I decided to send a patch to fix it, and then thought why not add all the digests that my openssl has, even the really insecure ones.