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

Release a new version. #55

Closed bicycle1885 closed 8 years ago

bicycle1885 commented 9 years ago

Could you tag and release a new version? v0.4.0-rc2 emits massive amounts of deprecated warnings. Since IJulia.jl depends on this package, many people would be affected.

staticfloat commented 9 years ago

Nettle.jl has recently had an API overhaul; the new API is much nicer, cleaner, and is faster to boot (in both senses of the phrase). I have a new version pending merging into METADATA.jl here, but I want to give package authors that depend on Nettle.jl's old API a chance to switch over gracefully.

bicycle1885 commented 9 years ago

Great! Start-up time improvement would be significant to all users.

tkelman commented 8 years ago

https://github.com/JuliaLang/METADATA.jl/pull/3537 was merged, closing