Source: libuecc
Priority: extra
Maintainer: Matthias Schiffer <mschiffer@universe-factory.net>
Build-Depends: debhelper (>= 9), cmake
Standards-Version: 3.9.6
Section: libs
Homepage: https://projects.universe-factory.net/projects/fastd

Package: libuecc0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: very small Elliptic Curve Cryptography library
 libuecc is a general-purpose ECC library. It uses a curve similar
 to djb's Curve25519 which is part of the NaCl library. Because
 of its small footprint, it was employed on embedded devices
 like routers. This Debian package supports both its cross-platform
 development and deployment.

Package: libuecc-dev
Architecture: any
Section: libdevel
Depends: libuecc0 (= ${binary:Version}), ${misc:Depends}
Description: development library and headers for libuecc
 Development files for the libuecc general-purpose ECC library.
