mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 04:29:08 +00:00
66 lines
2.3 KiB
ReStructuredText
66 lines
2.3 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the HashingContext.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_HashingContext:
|
|
|
|
HashingContext
|
|
==============
|
|
|
|
**Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
+-------------------------------------------+----------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`PoolByteArray<class_PoolByteArray>` | :ref:`finish<class_HashingContext_method_finish>` **(** **)** |
|
|
+-------------------------------------------+----------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Error<enum_@GlobalScope_Error>` | :ref:`start<class_HashingContext_method_start>` **(** :ref:`HashType<enum_HashingContext_HashType>` type **)** |
|
|
+-------------------------------------------+----------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Error<enum_@GlobalScope_Error>` | :ref:`update<class_HashingContext_method_update>` **(** :ref:`PoolByteArray<class_PoolByteArray>` chunk **)** |
|
|
+-------------------------------------------+----------------------------------------------------------------------------------------------------------------+
|
|
|
|
Enumerations
|
|
------------
|
|
|
|
.. _enum_HashingContext_HashType:
|
|
|
|
.. _class_HashingContext_constant_HASH_MD5:
|
|
|
|
.. _class_HashingContext_constant_HASH_SHA1:
|
|
|
|
.. _class_HashingContext_constant_HASH_SHA256:
|
|
|
|
enum **HashType**:
|
|
|
|
- **HASH_MD5** = **0**
|
|
|
|
- **HASH_SHA1** = **1**
|
|
|
|
- **HASH_SHA256** = **2**
|
|
|
|
Method Descriptions
|
|
-------------------
|
|
|
|
.. _class_HashingContext_method_finish:
|
|
|
|
- :ref:`PoolByteArray<class_PoolByteArray>` **finish** **(** **)**
|
|
|
|
.. _class_HashingContext_method_start:
|
|
|
|
- :ref:`Error<enum_@GlobalScope_Error>` **start** **(** :ref:`HashType<enum_HashingContext_HashType>` type **)**
|
|
|
|
.. _class_HashingContext_method_update:
|
|
|
|
- :ref:`Error<enum_@GlobalScope_Error>` **update** **(** :ref:`PoolByteArray<class_PoolByteArray>` chunk **)**
|
|
|