mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
config BR2_PACKAGE_LUACRYPTO
|
|
bool "luacrypto"
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
|
|
library.
|
|
The OpenSSL features that are currently exposed are digests
|
|
(MD5, SHA-1, HMAC, and more) and crypto-grade random number
|
|
generators communication.
|
|
|
|
http://luacrypto.luaforge.net
|