Skip to content

RelationalAI-oss/LibSodium.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Julia bindings for libsodium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages