JuliaCrypto / Nettle.jl

Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption
Other
51 stars 34 forks source link

Make work in 0.7 #91

Closed oxinabox closed 6 years ago

oxinabox commented 6 years ago

I actually don't care if this is merged or not. The formatting was slightly weird, but really I just want to test if CI Still completes fine and without warnings

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.4%) to 79.452% when pulling c2a28298765890eb33ed13a13aa7b8abfc096847 on oxinabox:patch-1 into a87a517d26e1becb006458f30a184de975348862 on staticfloat:master.

oxinabox commented 6 years ago

@staticfloat actually now that I see it is not passing CI, I might as well fix that.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.4%) to 79.452% when pulling fcd6310958a0627d3a1714420fe74d31835662a6 on oxinabox:patch-1 into a87a517d26e1becb006458f30a184de975348862 on staticfloat:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.3%) to 78.539% when pulling fcd6310958a0627d3a1714420fe74d31835662a6 on oxinabox:patch-1 into a87a517d26e1becb006458f30a184de975348862 on staticfloat:master.

staticfloat commented 6 years ago

I've completely revamped the build.jl stuff, so this is no longer necessary. Thanks though!