GoKillers / libsodium-go

A complete overhaul of the Golang wrapper for libsodium
ISC License
139 stars 26 forks source link

Backward compatiblity? #23

Open redragonx opened 7 years ago

redragonx commented 7 years ago

How should we handle multiple libsodium versions? Do we even care?

silkeh commented 7 years ago

The main problem I see is that Go doesn't really have any way to handle a build against a different library version. I see three ways of doing it:

I think the second option is the way to go, as it would be easier for development.

redragonx commented 6 years ago

Push for the 2nd option, people should keep their libraries updated or they can freeze them in their repos.