(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
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close