HASH/SHA224
Puts the SHA-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/SHA224
0x730e109bd7a8a32b1cb9d9a09aa2325d2430587ddbc0c38bad911525
Allocation
Allocates for the result of the hashing
Errors
EmptyStack error if there are no items on the stack
Tests
works : "" HASH/SHA224 0xd14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f EQUAL?.
empty_stack : [HASH/SHA224] TRY UNWRAP 0x04 EQUAL?.