forked from dalek-cryptography/merlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squash of PR#42 from @xoloki (dalek-cryptography#42)
first pass nostd, turn off default features and add std/alloc features Update Cargo.toml Update Cargo.toml use core ops when in alloc mode chain features remove std::ops entirely since we always have core anyway remove hex and debug transcript to get rid of std errors alloc default set no_std config attribute remove core crate extern import core crate before use don't add extern crate core; use global namespace when referring to core include core explicitly if we're in std mode re-enable debug-transcript feature re-enable debug-transcript feature fmt fixes
- Loading branch information
1 parent
0d00b31
commit ade5a76
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters