Skip to content

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.

2 participants