Source: libuecc Priority: extra Maintainer: Matthias Schiffer Uploaders: Steffen Moeller , Haiko Helmholz Build-Depends: debhelper (>= 9), cmake, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.7 Section: libs Homepage: https://projects.universe-factory.net/projects/fastd Package: libuecc0 Architecture: any 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 is often employed on embedded devices like routers. Package: libuecc-dev Architecture: any Section: libdevel Depends: libuecc0 (= ${binary:Version}), ${misc:Depends} Description: development library and headers for libuecc libuecc is a general-purpose ECC library which uses a curve similar to djb's Curve25519 which is part of the NaCl library.