FedericoCeratto / nim-libsodium

Nim wrapper for the libsodium library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to newest libsodium?

Guppster opened this issue · comments

This repo depends on libsodium18. Is it possible for you to migrate it to a newer libsodium version?
My package manager only supplies libsodium23... and therefore i cant run the test_sodium file.

Anyway until this is updated, for anyone that runs into this problem you can just do the following:

The interface changed between .14 (aka libsodium18) and .15 (aka libsodium23):
https://circleci.com/gh/FedericoCeratto/nim-libsodium/52
I don't want to break backward compatibility given that the older release is the most used. I'll try to support both. PRs are welcome.

Now both versions are supported.

Tests with the latest version: https://circleci.com/gh/FedericoCeratto/nim-libsodium/54