mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Revert "Feature: Add SHA256 for PoolByteArray"
This reverts commit e2c3bbabb0.
This was superseded by #29871 which adds more crypto features with a
dedicated interface.
Since this commit was never in a stable release (merged during 3.2 dev),
we revert it to avoid having to deprecate it in favor of the Crypto API.
See https://github.com/godotengine/godot/pull/31187#issuecomment-523377965
This commit is contained in:
@@ -113,13 +113,6 @@
|
||||
Changes the byte at the given index.
|
||||
</description>
|
||||
</method>
|
||||
<method name="sha256_string">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
Returns SHA-256 string of the PoolByteArray.
|
||||
</description>
|
||||
</method>
|
||||
<method name="size">
|
||||
<return type="int">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user