noah-algebra 0.4.0

Noah algebra library
Documentation

noah-algebra

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 11 feature flags, 3 of them enabled by default.

default

  • std
  • u64_backend

std

  • curve25519-dalek/std
  • ark-ed-on-bls12-381/std
  • ark-bls12-381/std
  • ark-secp256k1/std
  • ark-secq256k1/std
  • ark-ed25519/std
  • ark-ec/std
  • ark-std/std
  • ark-ff/std
  • ark-serialize/std
  • ark-bulletproofs/std

u64_backend

  • curve25519-dalek/u64_backend

parallel

  • rayon
  • ark-std/parallel
  • ark-ec/parallel
  • ark-ff/parallel
  • ark-bulletproofs/parallel

nightly

  • curve25519-dalek/nightly

u32_backend

  • curve25519-dalek/u32_backend

asm

  • ark-ff/asm

alloc

  • curve25519-dalek/alloc

avx2_backend

  • curve25519-dalek/avx2_backend
  • ark-std/print-trace

rayon

    This feature flag does not enable additional features.