rust-elgamal 0.3.1

A straightforward implementation of ElGamal homomorphic encryption using the ristretto255 elliptic curve group.
Documentation

rust-elgamal

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 2 of them enabled by default.

default

  • std

std

  • curve25519-dalek/std
  • rand_core/std
  • serde/std

simd_backend

  • nightly
  • curve25519-dalek/simd_backend

enable-serde

  • serde
  • curve25519-dalek/serde

nightly

  • curve25519-dalek/nightly

serde

    This feature flag does not enable additional features.