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
|
Source: libdecaf
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Bernhard Schmidt <berni@debian.org>,
Dennis Filder <d.filder@web.de>
Build-Depends: cmake,
debhelper-compat (= 13),
python3,
Build-Depends-Indep: doxygen <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Section: libs
Homepage: https://ed448goldilocks.sourceforge.io/
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/linphone-stack/libdecaf
Vcs-Git: https://salsa.debian.org/pkg-voip-team/linphone-stack/libdecaf.git
Description: Ed448-Goldilocks-based elliptic curve cryptography library
Package: libdecaf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdecaf0 (= ${binary:Version}), ${misc:Depends}
Description: Ed448-Goldilocks-based elliptic curve cryptography library
Ed448-Goldilocks is an Edwards-form elliptic curve proposed by
Michael Hamburg in 2015 and is suitable for fast cryptographic
operation with small keysizes.
.
This package contains files necessary to compile software written
against libdecaf.
Package: libdecaf0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Ed448-Goldilocks-based elliptic curve cryptography library
Ed448-Goldilocks is an Edwards-form elliptic curve proposed by
Michael Hamburg in 2015 and is suitable for fast cryptographic
operation with small keysizes.
.
This package contains the runtime shared library.
Package: libdecaf-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends: ${misc:Depends}
Description: Ed448-Goldilocks-based elliptic curve cryptography library
Ed448-Goldilocks is an Edwards-form elliptic curve proposed by
Michael Hamburg in 2015 and is suitable for fast cryptographic
operation with small keysizes.
.
This package contains the developer documentation.
|