summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorHein-Pieter van Braam <hp@tmm.cx>2019-04-23 06:38:03 +0300
committerGitHub <noreply@github.com>2019-04-23 06:38:03 +0300
commitf2d3d3e6791591a572515ea0768bf9c8fb71acd8 (patch)
tree88aa94de453a00a658289c3ee08d5203210a11c3 /doc/classes
parent5c28296efe2cf950c91b566eadf280fc350b517c (diff)
parente2c3bbabb0a12f58585bb441d91ee8882225b0ee (diff)
Merge pull request #24269 from xsellier/feature/master-add-sha256
Add SHA256 for PoolByteArray
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/PoolByteArray.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml
index 67419377e8..012a38a3ea 100644
--- a/doc/classes/PoolByteArray.xml
+++ b/doc/classes/PoolByteArray.xml
@@ -112,6 +112,11 @@
Change the byte at the given index.
</description>
</method>
+ <method name="sha256_string">
+ <description>
+ Return SHA256 string of the PoolByteArray.
+ </description>
+ </method>
<method name="size">
<return type="int">
</return>