diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-25 14:19:49 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-25 14:19:49 +0200 |
commit | 3ff6d794c0aac0365f236cd078b5e5aeea0d996e (patch) | |
tree | 072126785fa039ec994754e156e956a02370e8d8 /doc/classes/HashingContext.xml | |
parent | 42b48496dedf20d7dd43756efac4408e0a9c639f (diff) |
HTML5: Enable mbedTLS module for Crypto object
Increases the size of the wasm by around 3% (~300-350 KiB).
This enables using the Crypto object for hashing, signing and encryption,
and therefore reduces the gap between the features of the HTML5 platform
and other platforms.
Closes https://github.com/godotengine/godot-proposals/issues/3574.
Diffstat (limited to 'doc/classes/HashingContext.xml')
-rw-r--r-- | doc/classes/HashingContext.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/HashingContext.xml b/doc/classes/HashingContext.xml index 9ecf2872f3..c126efcfbb 100644 --- a/doc/classes/HashingContext.xml +++ b/doc/classes/HashingContext.xml @@ -57,7 +57,6 @@ } [/csharp] [/codeblocks] - [b]Note:[/b] Not available in HTML5 exports. </description> <tutorials> </tutorials> |