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

Fix deprecations, bump julia version #90

Closed oxinabox closed 7 years ago

oxinabox commented 7 years ago

@staticfloat I fixed your deprecations.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 79.821% when pulling 7cf2c6f9c601b3103c87205f89ba1a14b5273760 on oxinabox:ox/undepr into e7b4b032ed899520bea66f9f0d06bf97bdc4706d on staticfloat:master.

staticfloat commented 7 years ago

Thanks!