Installation

PVSS’s dependencies are:

  • python (>= 3.7)

  • At least one of:
    • libsodium (>= 1.0.18, recommended, for Ristretto255 group)

      On Debian (Bullseye / 11 and later) or Ubuntu (Eoan / 19.10 and later):

      # apt install libsodium23
      
    • gmpy2 (Group of quadratic residues modulo a large safe prime)

You can install PVSS with pip:

$ pip install pvss

And optionally:

$ pip install gmpy2

Source code is available on GitHub.