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
|
Source: d0-blind-id
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: David Bate <david@bate.org.uk>, Sébastien Noel <sebastien@twolife.be>
Build-Depends: debhelper-compat (= 13), libgmp-dev
Standards-Version: 4.7.2
Section: libs
Homepage: https://github.com/divVerent/d0_blind_id
Vcs-Git: https://salsa.debian.org/games-team/d0-blind-id.git
Vcs-Browser: https://salsa.debian.org/games-team/d0-blind-id
Package: libd0-blind-id-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libd0-blind-id0 (= ${binary:Version}), libd0-rijndael0 (= ${binary:Version})
Description: library for user identification using RSA blind signatures - devel
d0_blind_id is an implementation of RSA "blind signatures",
Diffie-Hellmann key exchange and Schnorr identification. It can be used
by the DarkPlaces game engine (as used in Xonotic) to perform anonymous
registration with a central server, providing cryptographic identities
which are used in Xonotic for access control on individual game servers.
.
This implementation has not been audited independently, and is not
currently recommended for non-game uses.
.
This package contains the development files for libd0-blind-id.
Package: libd0-blind-id0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: library for user identification using RSA blind signatures
d0_blind_id is an implementation of RSA "blind signatures",
Diffie-Hellmann key exchange and Schnorr identification. It can be used
by the DarkPlaces game engine (as used in Xonotic) to perform anonymous
registration with a central server, providing cryptographic identities
which are used in Xonotic for access control on individual game servers.
.
This implementation has not been audited independently, and is not
currently recommended for non-game uses.
Package: libd0-rijndael0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Advanced Encryption Standard implementation used by libd0-blind-id
d0_blind_id is an implementation of RSA "blind signatures",
Diffie-Hellmann key exchange and Schnorr identification. It can be used
by the DarkPlaces game engine (as used in Xonotic) to perform anonymous
registration with a central server, providing cryptographic identities
which are used in Xonotic for access control on individual game servers.
.
This package contains the Rijndael encryption algorithm, the Advanced
Encryption Standard implementation used by libd0-blind-id.
|