Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

no_std support for embedded use cases #48

@chunningham

Description

@chunningham

KERIOX (being in rust) is well suited to be used in embedded environments, as long as it can be made no_std. The current limiting factor is heap allocated Vecs, which can be replaced by generic-sized arrays using const generics (currently only possible in nightly). This would also make WASM very easy to target.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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