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

Commits on Jul 15, 2020

  1. Serde optional and Clear_on_drop replacement. (#1)

    * 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 authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    33ba19d View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    fmiguelgarcia committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    be11c80 View commit details
    Browse the repository at this point in the history