diff options
Diffstat (limited to 'security/crypto/Kconfig')
| -rw-r--r-- | security/crypto/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/crypto/Kconfig b/security/crypto/Kconfig new file mode 100644 index 0000000..21c6be7 --- /dev/null +++ b/security/crypto/Kconfig @@ -0,0 +1,18 @@ +config SECURITY_CRYPTO + bool "Cryptography Basics" + default y + help + Content: + - History + - Basic Concepts + - Symetric/Asymetric Algorithms + - Modes of Operation + +config SECURITY_PKI + bool "Public Key Infrastructure" + default y + help + Content: + - Terms + - Structure + - Tools |
