1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: liboprf
Section: utils
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Stefan Marsiske <jdx5yg90@ctrlc.hu>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dh-exec (>=0.3),
pkgconf, libsodium-dev,
dh-python, python3-setuptools, python3-all
Standards-Version: 4.5.1
Homepage: https://github.com/stef/liboprf
Vcs-Browser: https://salsa.debian.org/debian/liboprf
Vcs-Git: https://salsa.debian.org/debian/liboprf.git
Package: liboprf0t64
Provides: ${t64:Provides}
Replaces: liboprf0
Breaks: liboprf0 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Oblivious Pseudo-Random Functions and Threshold OPRF library
This library implements the basic OPRF (ristretto255, SHA-512) variant from the
"Oblivious Pseudorandom Functions using Prime-Order Groups" Draft from the IRTF
Crypto Forum Research Group (https://github.com/cfrg/draft-irtf-cfrg-voprf/).
Additionally it implements a threshold OPRF based on "TOPPSS: Cost-minimal
Password-Protected Secret Sharing based on Threshold OPRF" by Krawczyk et al
(https://ia.cr/2017/363).
Package: liboprf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, liboprf0t64 (= ${binary:Version})
Description: OPRF and Threshold OPRF library - C development files
This library implements the basic OPRF (ristretto255, SHA-512) variant from the
"Oblivious Pseudorandom Functions using Prime-Order Groups" Draft from the IRTF
Crypto Forum Research Group (https://github.com/cfrg/draft-irtf-cfrg-voprf/).
Additionally it implements a threshold OPRF based on "TOPPSS: Cost-minimal
Password-Protected Secret Sharing based on Threshold OPRF" by Krawczyk et al
(https://ia.cr/2017/363).
.
liboprf-dev delivers C development files for liboprf.
Package: python3-pyoprf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3:any, python3-pysodium,
liboprf0t64 (>= ${binary:Version})
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: python bindings for liboprf: Oblivious Pseudo-Random Functions
This library implements the basic OPRF (ristretto255, SHA-512) variant from the
"Oblivious Pseudorandom Functions using Prime-Order Groups" Draft from the IRTF
Crypto Forum Research Group (https://github.com/cfrg/draft-irtf-cfrg-voprf/).
Additionally it implements a threshold OPRF based on "TOPPSS: Cost-minimal
Password-Protected Secret Sharing based on Threshold OPRF" by Krawczyk et al
(https://ia.cr/2017/363).
.
python3-pyoprf delivers bindings for Python 3.
|