Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no_std compatiblity #1

Merged
merged 50 commits into from
Apr 20, 2023

Conversation

OverOrion
Copy link

This PR adds no_std compatibility to the nostr crate only, other crates were not modified.

The PR also contains a dummy no_std binary crate which served as test crate for making sure the port was indeed no_std compatible.

Copy link

@coax1d coax1d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good just few small comments. Alot in this one.

crates/ensure_no_std/Cargo.toml Outdated Show resolved Hide resolved
crates/ensure_no_std/src/main.rs Outdated Show resolved Hide resolved
crates/ensure_no_std/src/main.rs Show resolved Hide resolved
crates/nostr/Cargo.toml Outdated Show resolved Hide resolved
@OverOrion OverOrion requested a review from coax1d April 20, 2023 08:39
Copy link

@coax1d coax1d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@OverOrion OverOrion merged commit d4aa762 into integritee-network:sgx-no-std Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make nostr crate no_std for use in enclave
3 participants