mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with latest 4.0-alpha
This commit is contained in:
@@ -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.
|
||||
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user