Quark #

Modules #

Quark v1.4.0 Documentation

Contents

quark/_md5 #

chrsz #

bits per input character. 8 - ASCII; 16 - Unicode

const chrsz

bin2binl(bin) #

Convert a string to an array of little-endian words If chrsz is ASCII, characters >255 have their hi-byte silently ignored.

bin2binl(bin: ArrayLike<Uint8>): Uint[]

binl2bin(binl) #

Convert an array of little-endian words to a bin

binl2bin(binl: ArrayLike<Uint>): bf.Buffer

default(s) #

Calculate the MD5 of a string or ArrayLike

default(s: string | ArrayLike<Int>): bf.Buffer