Liking cljdoc? Tell your friends :D

imbarcode.crc

Handles generation of 11 bit CRC on binary data. See section 3.2.2 of the IMb spec.

Handles generation of 11 bit CRC on binary data.
See section 3.2.2 of the IMb spec.
raw docstring

crcclj/s

(crc input poly-div)
source

front-pad-toclj/s

(front-pad-to data n)
source

IMb-fcsclj/s

(IMb-fcs binary-data)

Returns the 11 bit IMb frame check sequence represented as a vector of 0s and 1s. binary-data should be a vector of 0s and 1s representing the calculated binary data

Returns the 11 bit IMb frame check sequence
represented as a vector of 0s and 1s.
binary-data should be a vector of 0s and 1s representing
the calculated binary data
sourceraw docstring

int->binvectorclj/s

(int->binvector i)
source

padclj/s

(pad data n)
source

xorclj/s

(xor data p)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close