aboutsummaryrefslogtreecommitdiff
path: root/libs/libsodium/patches
Commit message (Collapse)AuthorAge
* libsodium: compile with scalarmult_ed25519_ref10Daniel Golle2020-08-01
scalarmult_ed25519_ref10 was excluded from 'minimal' variant (which is what we are building) by upstream commit f5076db5f8ef27. Revert that to allow downstream projects to make use of it (eg. gnunet) Signed-off-by: Daniel Golle <daniel@makrotopia.org>