classref: Sync with latest 4.0-alpha

This commit is contained in:
Rémi Verschelde
2022-02-01 16:35:13 +01:00
parent dd764520c6
commit 551ab512ca
419 changed files with 12867 additions and 9872 deletions

View File

@@ -87,7 +87,7 @@ For now, this includes generating cryptographically secure random bytes, RSA key
**Note:** Not available in HTML5 exports.
\ **Note:** Not available in HTML5 exports.
Methods
-------
@@ -131,7 +131,7 @@ See `this blog post <https://paragonie.com/blog/2015/11/preventing-timing-attack
Decrypt the given ``ciphertext`` with the provided private ``key``.
**Note:** The maximum size of accepted ciphertext is limited by the key size.
\ **Note:** The maximum size of accepted ciphertext is limited by the key size.
----
@@ -141,7 +141,7 @@ Decrypt the given ``ciphertext`` with the provided private ``key``.
Encrypt the given ``plaintext`` with the provided public ``key``.
**Note:** The maximum size of accepted plaintext is limited by the key size.
\ **Note:** The maximum size of accepted plaintext is limited by the key size.
----