Crate derp [] [src]

Enums

Error
Tag

Constants

CONSTRUCTED
CONTEXT_SPECIFIC

Functions

bit_string_with_no_unused_bits
expect_tag_and_get_value
nested
positive_integer

Parses a positive DER integer, returning the big-endian-encoded value, sans any leading zero byte.

read_tag_and_get_value
small_nonnegative_integer

Parse as integer with a value in the in the range [0, 255], returning its numeric value. This is typically used for parsing version numbers.

Type Definitions

Result