Serde optional and Clear_on_drop replaced by Zeroize#330
Open
fmiguelgarcia wants to merge 2 commits intodalek-cryptography:mainfrom
Open
Serde optional and Clear_on_drop replaced by Zeroize#330fmiguelgarcia wants to merge 2 commits intodalek-cryptography:mainfrom
Clear_on_drop replaced by Zeroize#330fmiguelgarcia wants to merge 2 commits intodalek-cryptography:mainfrom
Conversation
* Serde is optional * Replace clear_on_drop by zeroize, to support wasm and remove inline asm. * Support different backends: `u32_backend`, `u64_backend`, and `avx2_backend`(default in `std`)
Clear_on_drop Clear_on_drop replaced by Zeroize
quackzar
added a commit
to aicis/bulletproofs
that referenced
this pull request
Nov 23, 2022
|
can this be merged? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In order to improve the support of
no_stdand another platforms like WASM:Serdeis optionalclear_on_dropbyzeroize: No inline LLVM asm and WASM support..u32_backend,u64_backend, andavx2_backend(default instd)