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

Upgrade to Julia 1.3+ #104

Closed staticfloat closed 4 years ago

staticfloat commented 4 years ago

Let's use JLLs. Closes https://github.com/staticfloat/Nettle.jl/issues/103 and https://github.com/staticfloat/Nettle.jl/issues/99

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@04afab9). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #104   +/-   ##
=========================================
  Coverage          ?   94.47%           
=========================================
  Files             ?        6           
  Lines             ?      199           
  Branches          ?        0           
=========================================
  Hits              ?      188           
  Misses            ?       11           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 04afab9...f692490. Read the comment docs.