1.3 KiB
1.3 KiB
module crypto.sha256
Contents
Constants
hexhash
Example
assert sha256.hexhash('V') == 'de5a6f78116eca62d7fc5ce159d23ae6b889b365a1739ad2cf36f925a140d0cc'
hexhash_224
new
new224
sum
Example
assert sha256.sum('V'.bytes()).len > 0 == true