-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat!: enable no_std support for tari_crypto #191
Merged
SWvheerden
merged 12 commits into
tari-project:main
from
SWvheerden:sw_test_ledger_deps
Aug 10, 2023
Merged
feat!: enable no_std support for tari_crypto #191
SWvheerden
merged 12 commits into
tari-project:main
from
SWvheerden:sw_test_ledger_deps
Aug 10, 2023
Conversation
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
ghpbot-tari-project
added
the
CR-insufficient_context
The PR body does not provide enough information to fully describe the changes requested.
label
Aug 2, 2023
Updated "tari_bulletproofs_plus" Updated "tari_utilities"
make RP+ optional make get_random optional couple random to wasm remove serde remove bindgen make rand_cha_cha optional features move rand to dev dependancy Revert "make rand_cha_cha optional features" This reverts commit e553ba5. digest optional features sha3, blake2 optional features false once_cell, cha cha snafu utilities to no default snafu default failse try critical features remove std test zero add no_std test test2 test Revert "remove lazy static" This reverts commit a39bea5. fix default no std support remove features test unsync precomputed tables Revert "Revert "remove lazy static"" This reverts commit a0abb27. crit features test fmt
SWvheerden
force-pushed
the
sw_test_ledger_deps
branch
from
August 8, 2023 08:44
fe6bb06
to
ca521df
Compare
SWvheerden
changed the title
[WIP] clean up Hardware requirements.
feat: enable no_std support for tari_crypto
Aug 8, 2023
SWvheerden
changed the title
feat: enable no_std support for tari_crypto
feat!: enable no_std support for tari_crypto
Aug 8, 2023
AaronFeickert
approved these changes
Aug 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed for cryptographic changes.
stringhandler
approved these changes
Aug 10, 2023
Merged
SWvheerden
added a commit
that referenced
this pull request
Aug 10, 2023
# [0.18.0](v0.17.0...v0.18.0) (2023-08-10) ## ⚠ BREAKING CHANGES * enable no_std support for tari_crypto (#191) * move the WASM and FFI builds to seperate Repos (#193) ## Features * enable no_std support for tari_crypto ([191](#191)) ([a0e9765](a0e9765)) * fix new_generator ([192](#192)) ([0d463b0](0d463b0)) * move the WASM and FFI builds to seperate Repos ([193](#193)) ([053119f](053119f)) * remove unused dalek rangeproof ([184](#184)) ([d21cd37](d21cd37)) * update dependancies ([185](#185)) ([4c2424f](4c2424f)) * zeroize temporary scalar byte array ([188](#188)) ([2147522](2147522))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CR-insufficient_context
The PR body does not provide enough information to fully describe the changes requested.
P-acks_required
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds in no_std support for TariCrypto.
The following changes where made to enable this: