@0xc/invisihash
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

invisihash

generate a zero-width (rendered) hash with popular algorithms such as SHA-256.

examples

import { hash } from "@0xc/invisihash";

const someValue = JSON.stringify(arguments);
const output = hash(someValue, "sha384");

the default algorithm is sha256 and is not required to be passed

hash("hello world");

why does this even exist

Confluence requires unique titles and allows unicode so 🚀🚀🚀

Readme

Keywords

none

Package Sidebar

Install

npm i @0xc/invisihash

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

7.83 kB

Total Files

18

Last publish

Collaborators

  • tcarrio