pkg/libcose: fixup backend ducomentation

This commit is contained in:
Francisco Molina 2021-06-10 12:36:16 +02:00
parent 24e3330752
commit 9ca773ef11
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -35,11 +35,15 @@
* USEMODULE += libcose_crypt_hacl * USEMODULE += libcose_crypt_hacl
* USEMODULE += libcose_crypt_monocypher * USEMODULE += libcose_crypt_monocypher
* USEMODULE += libcose_crypt_c25519 * USEMODULE += libcose_crypt_c25519
* USEMODULE += libcose_crypt_tinycrypt
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* *
* The selection of pseudomodules determines the available algorithms: * The selection of pseudomodules determines the available algorithms:
* *
* * @ref pkg_hacl "HACL" and @ref pkg_monocypher "Monocypher" both provide ChaCha20-Poly1305 and Ed25519. * * @ref pkg_hacl "HACL" and @ref pkg_monocypher "Monocypher" both provide ChaCha20-Poly1305 and Ed25519.
* * @ref pkg_c25519 "C25519" only provides the Ed25519 algorithm. * * @ref pkg_c25519 "C25519" only provides the Ed25519 algorithm.
* * @ref pkg_tinycrypt "TINYCRYPT" provides AES-CCM-16-64-128, AES-CCM-16-128-128
* ECDSA and ES256 as well as EC NIST P-256 curve support.
* *
* Some backend may conflict, others might be complementary.
*/ */