Skip to content

checkdigit/hash

Repository files navigation

Hash

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.

Install

$ npm install @checkdigit/hash

Use

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

const derivedUUID = hash('some value');

License

MIT

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published