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

Serde optional and Clear_on_drop replaced by Zeroize #330

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fmiguelgarcia
Copy link

In order to improve the support of no_std and another platforms like WASM:

  • Serde is optional
  • Replace clear_on_drop by zeroize: No inline LLVM asm and WASM support..
  • Support different back-ends: u32_backend, u64_backend, and avx2_backend(default in std)

* 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`)
@fmiguelgarcia fmiguelgarcia changed the title Serde optional and Clear_on_drop Serde optional and Clear_on_drop replaced by Zeroize Jul 15, 2020
quackzar added a commit to aicis/bulletproofs that referenced this pull request Nov 23, 2022
@gedigi
Copy link

gedigi commented Jan 5, 2024

can this be merged?

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.

None yet

2 participants