demonstrate_digest
return demonstrate_digest() ? EXIT_SUCCESS : EXIT_FAILURE;
ret = (demonstrate_digest(input) ? EXIT_SUCCESS : EXIT_FAILURE);