Copyright (c) 2021-2024 Check Digit, LLC
Hash is a small function for Check Digit services to create a UUID derived from a hash generated from a given value.
$ npm install @checkdigit/hash
import { hash } from '@checkdigit/hash';
const derivedUUID = hash('some value');
MIT