HASH/SHA512-224
Puts the SHA-512/224 hash of the top item on the stack back to the top of the stack
Input stack: a
Output stack: b
PumpkinDB> "The quick brown fox jumps over the lazy dog" HASH/SHA512-224
0x944cd2847fb54558d4775db0485a50003111c8e5daa63fe722c6aa37
Allocation
Allocates for the result of the hashing
Errors
EmptyStack error if there are no items on the stack
Tests
works : "" HASH/SHA512-224 0x6ed0dd02806fa89e25de060c19d3ac86cabb87d6a0ddd05c333b84f4 EQUAL?.
empty_stack : [HASH/SHA512-224] TRY UNWRAP 0x04 EQUAL?.