in src/objects/serverside/utils.js [317:322]
static toSHA256(input: ?string) { if (input === null) return input; return sha256(input); }