Skip to content

checkdigit/hash

Repository files navigation

Hash

Copyright © 2021-2025 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.

Install

$ npm install @checkdigit/hash

Use

import { hash } from '@checkdigit/hash';

const derivedUUID = hash('some value');

License

MIT