signalapp / libsignal-protocol-c

GNU General Public License v3.0
1.41k stars 295 forks source link

Fix curve25519 warnings #106

Open christophhagen opened 6 years ago

christophhagen commented 6 years ago

Some fixes to curve25519 functions to suppress some warnings.

Not sure if the curve25519 code is from an external source and should therefore be fixed upstream first.

dkonigsberg commented 6 years ago

The curve25519 code is originally from an external source that hasn't been updated in a long time. However, it has more recently been modified by @trevp and is now also kept in a sibling repository here.