digest.hash_sha224
Available inall subroutines.
Returns a SHA-224 cryptographic hash for the string s
.
Example
declare local var.hash_sha224 STRING;set var.hash_sha224 = digest.hash_sha224("123456789");# var.hash_sha224 is now "9b3e61bf29f17c75572fae2e86e17809a4513d07c8a18152acf34521"
User contributed notes
BETADo you see an error in this page? Do have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact support@fastly.com)