summaryrefslogtreecommitdiffhomepage
path: root/jsdoc/conf.json
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2024-11-18 18:35:26 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2025-02-13 00:05:54 +0100
commit2850532e9fa3c93aa6dd80c8a9521572b881cab5 (patch)
tree458badacff5049b04d97b23a7bc9b7f2bf21e2cc /jsdoc/conf.json
parent3c930ea27a6ee40cf0f092a1535647c68e1488a6 (diff)
lib: add crypto.uccrypto
The module crypto.uc uses one of crypto_openssl and crypto_mbedtls to provide a cryptographic implementation to the user. The crypto_openssl module is preferred since it supports EdDSA in addition to RSA and ECDSA, which are also supported by crypto_mbedtls. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
Diffstat (limited to 'jsdoc/conf.json')
-rw-r--r--jsdoc/conf.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsdoc/conf.json b/jsdoc/conf.json
index 9d3c995..523243b 100644
--- a/jsdoc/conf.json
+++ b/jsdoc/conf.json
@@ -5,8 +5,8 @@
},
"source": {
"include": ["."],
- "exclude": ["CMakeFiles"],
- "includePattern": ".+\\.c$"
+ "exclude": ["CMakeFiles", "tests"],
+ "includePattern": ".+\\.(c|uc)$"
},
"plugins": [
"plugins/markdown",