Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 621 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 621 Bytes

This Repo is DEPRECATED. Please prefer https://github.com/Gnimuc/Sodium.jl.

LibSodium.jl

This packages generates Julia bindings for (part of) the libsodium library, relying on Clang.jl.

Warning: Currently, it generates bindings only for the part of libsodium needed for generating (but not verifying) Ed25519 public-key signatures. Supporting the full libsodium functionality would require the proper translation of libsodium macros that depend transitively on compiler macros like __INT64_C which require concatenation (##). These cases don't seem to be handled by Clang.jl out of the box.