DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtwofish-dev
BeschreibungNiels Ferguson's Twofish cryptographic algorithm library
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.3-1
Sektionuniverse/libdevel
Prioritätoptional
Installierte Größe56 Byte
Hängt ab vonlibc6-dev | libc-dev
Empfohlene Pakete
PaketbetreuerBranden Robinson
Quelletwofish
Paketgröße11988 Byte
Prüfsumme MD5fe8bcab4c09152303e15187be8e56c69
Prüfsumme SHA11c6478440ff65a72a0d199c23543d74ab0bd3891
Prüfsumme SHA256e06ac37a5e1160047a22bbbaac358e1adb08a729cca5724c5c3a563f3d2a8a78
Link zum Herunterladenlibtwofish-dev_0.3-1_i386.deb
Ausführliche BeschreibungThis package contains a header file and static library implementing the Twofish cryptographic algorithm, one of the five finalists in the AES (Advanced Encryption Standard) competition sponsored by the United States's National Institute of Standards and Technology (NIST). . The main properties of this library are: * Free: The library can be freely used for any application. (For details see the licensing terms and disclaimer in the source code file itself.) * Fast: The code has been optimised for speed, at the expense of memory use and code size. * Easy to use: Care has been taken to make the code easy to integrate into a larger project. Extensive comments explain how to perform the integration and how to use the library. * Portable: The default code is written in fully portable C. By adjusting certain macro definitions the user can provide platform-specific code for certain functions, which can improve the speed. * Documented: Extensive documentation is available in the comments of the source files. This includes information about integration, optimisation for specific platforms, the library API, and detailed explanation of all the code. * Self-testing: Extensive self-tests are run every time the library is initialised. * Large: The code has been optimised for speed, which leads to the use of large tables. No attempt has been made to minimise the code or data size. . Because the interface of this library has not yet been declared stable by its author, Niels Ferguson, it is currently available only as a static library, not as a shared object.


Impressum
Linux is a registered trademark of Linus Torvalds