Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make new functions version aware and support multiple libsodium versions #15

Open
mgregoro opened this issue Aug 6, 2018 · 1 comment

Comments

@mgregoro
Copy link
Owner

mgregoro commented Aug 6, 2018

Version detection has already been implemented see c7ab096, just have to add newer functionality and make use of the Crypt_Sodium_XS_sufficient_libsodium_version guard function. Make sure this is done for the xchacha20poly1305 functions before closing #9

crypto_x features introduced in:

Base Support: 1.0.8
ARGON2: 1.0.9
aead_xchacha20poly1305: 1.0.12
Newest: 1.0.16

Allow build against 1.0.8

@mgregoro
Copy link
Owner Author

mgregoro commented Aug 6, 2018

Other commits that implemented version detection using pkg-config and checks for Alien::Sodium 90be0dd, bca1aae

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant