Create an MD6 hash of a string.
Install
npm install md6-hash
Usage
const md6 = ; ;//=> '2b0a697a081c21269514640aab4d74ffafeb3c0212df68ce92922087c69b0a77'
API
md6Hash(input, options?)
input
Type: string
The string to hash.
options
Type: object
size
Type: number
Default: 256
Byte size of the raw hash.
key
Type: string
Default: ""
The hash seed.
levels
Type: number
Default: 64
Hashing levels.