Quark #

Modules #

Quark v1.3.0 Documentation


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.

  • @param bin: ArrayLike<Uint8>
  • @return Uint[]

binl2bin(binl) #

Convert an array of little-endian words to a bin

default(s) #

Calculate the MD5 of a string or ArrayLike