Use sha256 function on another field

How can i use sh256 function on another field ?

Ex:

Name -> Buzzword
Crypt - > sha256(‘Name’)

Here is an example:

It uses the following formula:

digest(name, 'SHA1', 'hex')