Skip to content

Commit

Permalink
[doc] Correct links to pynacl documentation in ApplicationSecurity specs
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 13, 2024
1 parent 0b3dfc0 commit fa3dcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/security/EncryptionProtocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Algorithms
.. csv-table::
:header: "Type", "Implementation"

"Asymmetric encryption", "`Libsodium SealedBoxes <https://pynacl.readthedocs.io/en/stable/public/#nacl.public.SealedBox>`_, which combines Curve25519, XSalsa20, and Poly1305 algorithms."
"Symmetric encryption", "`Libsodium SecretBoxes <https://pynacl.readthedocs.io/en/stable/secret/#nacl.secret.SecretBox>`_, which combines XSalsa20 and Poly1305."
"Asymmetric encryption", "`Libsodium SealedBoxes <https://pynacl.readthedocs.io/en/latest/public/#nacl.public.SealedBox>`_, which combines Curve25519, XSalsa20, and Poly1305 algorithms."
"Symmetric encryption", "`Libsodium SecretBoxes <https://pynacl.readthedocs.io/en/latest/secret/#nacl.secret.SecretBox>`_, which combines XSalsa20 and Poly1305."

Users’ credentials
------------------
Expand Down

0 comments on commit fa3dcf8

Please sign in to comment.