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

use Nettle_jll artifact #103

Closed hros closed 4 years ago

hros commented 4 years ago

@staticfloat please use the new jll artifacts of BinaryBuilder (link)

Specifically, a Nettle_jll is already available in the repository

Using it in Nettle.jl would be easier and would guarantee that only a single version of libnettle.so is installed in the local julia package repository