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

config LIBSODIUM
	bool
	select LIBC_PTHREAD
	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.