Merge pull request #24269 from xsellier/feature/master-add-sha256

Add SHA256 for PoolByteArray
This commit is contained in:
Hein-Pieter van Braam
2019-04-23 06:38:03 +03:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -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>