Skip to content

curve25519: Add no_std support#631

Open
LStan wants to merge 1 commit intoanza-xyz:masterfrom
LStan:no-std-curve25519
Open

curve25519: Add no_std support#631
LStan wants to merge 1 commit intoanza-xyz:masterfrom
LStan:no-std-curve25519

Conversation

@LStan
Copy link
Contributor

@LStan LStan commented Mar 19, 2026

curve25519 can be no_std with alloc.

strum = "0.24"
strum_macros = "0.24"
subtle = "2.6.1"
subtle = {version = "2.6.1", default-features = false }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

subtle is used in curve25519 and bls-signatures. They both don't need default features (std and i128).

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.

1 participant