summaryrefslogtreecommitdiffstats
path: root/rules/libsodium.in
blob: e621a1bb9437f1816cf1ebf6d5af6e710722eeb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=system_libraries

config LIBSODIUM
	bool
	prompt "libsodium"
	help
	  Sodium is a new, easy-to-use software library for encryption,
	  decryption, signatures, password hashing and more.
	  It is a portable, cross-compilable, installable, packageable fork of
	  NaCl, with a compatible API, and an extended API to improve usability
	  even further. Its goal is to provide all of the core operations
	  needed to build higher-level cryptographic tools.