vsss-rs 4.0.1

Verifiable Secret Sharing Schemes for splitting, combining and verifying secret shares
Documentation

vsss-rs

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

default

  • std

std

  • rand_core/std
  • rand/std
  • serde/std

curve25519

  • curve25519-dalek
  • serde
  • hex
  • zeroize

alloc

  • rand_core/alloc
  • rand/alloc
  • serde/alloc

serde

  • dep:serde

zeroize

  • dep:zeroize

curve25519-dalek

  • dep:curve25519-dalek

hex

  • dep:hex