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 precompile() calls on v0.6-dev #81

Closed rdeits closed 7 years ago

rdeits commented 7 years ago

fixes #80

Removes calls to call() which is gone in v0.6-dev.

staticfloat commented 7 years ago

Awesome. Thanks @rdeits!

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-4.6%) to 78.924% when pulling 78cb7ae900940f1a37d321e090235e392737f13d on rdeits:v0.6-precompile into a002078382193f430d0e396e0fcd1b42349f0ae7 on staticfloat:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-4.6%) to 78.924% when pulling 78cb7ae900940f1a37d321e090235e392737f13d on rdeits:v0.6-precompile into a002078382193f430d0e396e0fcd1b42349f0ae7 on staticfloat:master.