Liking cljdoc? Tell your friends :D

fluree.crypto.asn1


decode-asn1-integercljs

(decode-asn1-integer asn1)

Decodes an int from the top of an ASN.1 encoded string

Decodes an int from the top of an ASN.1 encoded string
raw docstring

decode-asn1-lengthcljs

(decode-asn1-length asn1)

encode-asn1-length-hexcljs

(encode-asn1-length-hex len)

encode-asn1-unsigned-integercljs

(encode-asn1-unsigned-integer ba)

Formats a byte array as an unsigned integer, padding and prepending a length

Formats a byte array as an unsigned integer, padding and prepending a length
raw docstring

encode-asn1-unsigned-integer-hexcljs

(encode-asn1-unsigned-integer-hex n)

Formats a hexadecimal as an unsigned integer, padding and prepending a length

Formats a hexadecimal as an unsigned integer, padding and prepending a length
raw docstring

format-asn1-unsigned-integercljs

(format-asn1-unsigned-integer ba)

Formats a byte encoded unsigned integer, dropping left zeros and padding with a left zero if necessary to avoid being confused for a two's complement

Formats a byte encoded unsigned integer, dropping left zeros and
padding with a left zero if necessary to avoid being confused for a two's complement
raw docstring

format-asn1-unsigned-integer-hexcljs

(format-asn1-unsigned-integer-hex n)

Formats a hexadecimal encoding an unsigned integer, dropping left zeros and padding with a left zero if necessary to avoid being confused for a two's complement

Formats a hexadecimal encoding an unsigned integer, dropping left zeros and
padding with a left zero if necessary to avoid being confused for a two's complement
raw docstring

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

× close