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

no_std support for embedded use cases #48

Open
chunningham opened this issue Dec 9, 2020 · 0 comments
Open

no_std support for embedded use cases #48

chunningham opened this issue Dec 9, 2020 · 0 comments

Comments

@chunningham
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant