Feature: Add SHA256 for PoolByteArray

This commit is contained in:
Xavier Sellier
2018-12-10 14:58:47 -05:00
parent fa024537a3
commit e2c3bbabb0
2 changed files with 20 additions and 0 deletions

View File

@ -114,6 +114,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>