libudis86-0
Disassembler for x86 and x86-64 class ISA (library)
Udis86 is a disassembler for the x86 and x86-64 class of instruction
set architectures. It consists of a C library called libudis86 which
provides a clean and simple interface to decode and inspect a stream
of raw binary data as disassembled instructions in a structured manner,
and a command line tool called udcli that incorporates the library.
libapache2-mod-auth-plain
Module for Apache2 which provides plaintext authentication
mod_auth_plain implements authentication routines using plain text
files for Apache's authentication protocol.
libghc-blaze-markup-prof
blazingly-fast markup combinator library; profiling libraries
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
libghc-blaze-builder-prof
abstraction of buffered output of byte streams; profiling libraries
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
chunk size. The large average chunk size allows one to make good use of cache
prefetching in later processing steps (e.g. compression) and reduces the
system call overhead when writing the resulting lazy bytestring to a file or
sending it over the network.
libs2-0t64
manipulating geometric shapes with spherical geometry
s2geometry is for manipulating geometric shapes. Unlike many geometry
libraries, S2 is primarily designed to work with spherical geometry,
i.e., shapes drawn on a sphere rather than on a planar 2D map. This
makes it especially suitable for working with geographic data.
python3-equihash
memory-hard Proof-of-Work with fast verification - python-wrapper
Equihash implements the algorith as described in "Equihash: Asymmetric
Proof-of-Work Based on the Generalized Birthday Problem" by Alex Biryukov and
Dmitry Khovratovich, 2016, DOI:10.14722/ndss.2016.23108. This code, by Stefan
Marsiske, is a fork of an earlier implementation by Khovratovich at
https://github.com/khovratovich/equihash/ . The cryptographic password
storage SPHINX (pwdsphinx and libsphinx) depend upon equihash.