File debian.control of Package liboqs
Source: liboqs
Priority: optional
Maintainer: Andrius Merkys <merkys@debian.org>
Build-Depends: debhelper-compat (= 13),
# use .dsc file to control build dependencies
# since there may be different dependencies in
# different Debian/Ubuntu versions
Standards-Version: 4.6.0
Section: libs
Homepage: https://openquantumsafe.org
Rules-Requires-Root: no
Package: liboqs-dev
Section: libdevel
Architecture: any
Depends:
liboqs5 (= ${binary:Version}),
${misc:Depends},
Description: library for quantum-safe cryptographic algorithms (development files)
liboqs is an open source C library for quantum-safe cryptographic algorithms.
It provides a collection of open source implementations of quantum-safe key
encapsulation mechanism (KEM) and digital signature algorithms; a common API
for these algorithms; a test harness and benchmarking routines.
.
liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop
and integrate into applications quantum-safe cryptography to facilitate
deployment and testing in real world contexts. In particular, OQS provides
prototype integrations of liboqs into TLS and SSH, through OpenSSL and
OpenSSH.
.
This package contains the development files.
Package: liboqs5
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: library for quantum-safe cryptographic algorithms (shared library)
liboqs is an open source C library for quantum-safe cryptographic algorithms.
It provides a collection of open source implementations of quantum-safe key
encapsulation mechanism (KEM) and digital signature algorithms; a common API
for these algorithms; a test harness and benchmarking routines.
.
liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop
and integrate into applications quantum-safe cryptography to facilitate
deployment and testing in real world contexts. In particular, OQS provides
prototype integrations of liboqs into TLS and SSH, through OpenSSL and
OpenSSH.
.
This package contains the shared library.