diff options
author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-01-29 06:27:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 12:27:27 +0100 |
commit | 1dbea823b8b72de289161a879207736b1b34889a (patch) | |
tree | d191dd892a32dcb5b3ffafc138166d0257c40da6 /files/fr/web/api/subtlecrypto | |
parent | c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (diff) | |
download | translated-content-1dbea823b8b72de289161a879207736b1b34889a.tar.gz translated-content-1dbea823b8b72de289161a879207736b1b34889a.tar.bz2 translated-content-1dbea823b8b72de289161a879207736b1b34889a.zip |
Markdown error fixes for French pages (#3850)
Diffstat (limited to 'files/fr/web/api/subtlecrypto')
-rw-r--r-- | files/fr/web/api/subtlecrypto/index.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/files/fr/web/api/subtlecrypto/index.md b/files/fr/web/api/subtlecrypto/index.md index dc6bb3bfe3..261e638d57 100644 --- a/files/fr/web/api/subtlecrypto/index.md +++ b/files/fr/web/api/subtlecrypto/index.md @@ -67,8 +67,9 @@ We can split the functions implemented by this API into two groups: cryptography These are the functions you can use to implement security features such as privacy and authentication in a system. The `SubtleCrypto` API provides the following cryptography functions: -\* {{DOMxRef("SubtleCrypto.sign","sign()")}} and {{DOMxRef("SubtleCrypto.verify","verify()")}}: create and verify digital signatures. -\* {{DOMxRef("SubtleCrypto.encrypt","encrypt()")}} and {{DOMxRef("SubtleCrypto.decrypt","decrypt()")}}: encrypt and decrypt data. \* {{DOMxRef("SubtleCrypto.digest","digest()")}}: create a fixed-length, collision-resistant digest of some data. +- {{DOMxRef("SubtleCrypto.sign","sign()")}} and {{DOMxRef("SubtleCrypto.verify","verify()")}}: create and verify digital signatures. +- {{DOMxRef("SubtleCrypto.encrypt","encrypt()")}} and {{DOMxRef("SubtleCrypto.decrypt","decrypt()")}}: encrypt and decrypt data. +- {{DOMxRef("SubtleCrypto.digest","digest()")}}: create a fixed-length, collision-resistant digest of some data. ### Key management functions |