Skip to content

der: ObjectIdentifier<10> does not implement EncodeValue/DecodeValue #1849

Description

@dishmaker

I tried to user low-memory ObjectIdentifier<10> for embedded, but
der implements only ObjectIdentifier<39>.

const DEFAULT_MAX_SIZE: usize = 39;

pub struct ObjectIdentifier<const MAX_SIZE: usize = DEFAULT_MAX_SIZE> {

impl<'a> DecodeValue<'a> for ObjectIdentifier {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions