librandombytes 0~20230919-3 source package in Ubuntu

Changelog

librandombytes (0~20230919-3) unstable; urgency=medium

  * d/rules: use 'Breaks: libnacl-dev' instead of 'Conflicts libnacl-dev'
  * d/watch: use special strings @PACKAGE@, @ANY_VERSION@, @ARCHIVE_EXT@
  * d/rules: detect the correct ABINAME from the DEB_BUILD_ARCH
    instead of run-time detection. Fixes FTBR on i386/armhf/...
  * d/rules: add some debug messages, print abiname/uname -m/compiler

 -- Jan Mojžíš <email address hidden>  Thu, 21 Dec 2023 09:11:39 +0100

Upload details

Uploaded by:
Jan Mojžíš
Uploaded to:
Sid
Original maintainer:
Jan Mojžíš
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
librandombytes_0~20230919-3.dsc 2.2 KiB e1176856ed273cf97285b1d66d1d1eb2459e368a32e74c5027a989935a750aed
librandombytes_0~20230919.orig.tar.gz 25.7 KiB 4b4b4ebc98b3e1208fa6a43965d65e6c6eb06e431244fef39ed1460307c5601f
librandombytes_0~20230919-3.debian.tar.xz 4.9 KiB 8ac51838b20d5504a7b7c1c70aae6d673f2fe9f077f7234fd2cfe7297ca1e436

Available diffs

No changes file available.

Binary packages built by this source

librandombytes-dev: Library generating fresh randomness - development files

 librandombytes is a public-domain library providing a simple API for
 applications generating fresh randomness: include <randombytes.h>,
 call randombytes(x, xbytes) whenever desired to generate fresh random bytes
 x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.
 .
 Random bytes are often used directly in applications. Random bytes are also
 the foundation of more complicated random objects, such as random integers
 in a limited interval, random floating-point numbers from a (nearly) normal
 distribution, and random keys used in public-key cryptosystems. librandombytes
 is dedicated to obtaining fresh random bytes in the first place, and leaves
 it to higher-level libraries to convert those bytes into other types of random
 objects.
 .
 librandombytes aims for the following stringent randomness goal: no feasible
 computation will ever be able to tell the difference between the output bytes
 and true randomness (independent uniformly distributed random bytes). This
 makes the randombytes() output suitable for use in applications ranging from
 simulations to cryptography.
 .
 Development files.

librandombytes1: Library generating fresh randomness - shared library

 librandombytes is a public-domain library providing a simple API for
 applications generating fresh randomness: include <randombytes.h>,
 call randombytes(x, xbytes) whenever desired to generate fresh random bytes
 x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.
 .
 Random bytes are often used directly in applications. Random bytes are also
 the foundation of more complicated random objects, such as random integers
 in a limited interval, random floating-point numbers from a (nearly) normal
 distribution, and random keys used in public-key cryptosystems. librandombytes
 is dedicated to obtaining fresh random bytes in the first place, and leaves
 it to higher-level libraries to convert those bytes into other types of random
 objects.
 .
 librandombytes aims for the following stringent randomness goal: no feasible
 computation will ever be able to tell the difference between the output bytes
 and true randomness (independent uniformly distributed random bytes). This
 makes the randombytes() output suitable for use in applications ranging from
 simulations to cryptography.
 .
 Shared library.

librandombytes1-dbgsym: debug symbols for librandombytes1
randombytes: Library generating fresh randomness - command-line tool

 librandombytes is a public-domain library providing a simple API for
 applications generating fresh randomness: include <randombytes.h>,
 call randombytes(x, xbytes) whenever desired to generate fresh random bytes
 x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.
 .
 Random bytes are often used directly in applications. Random bytes are also
 the foundation of more complicated random objects, such as random integers
 in a limited interval, random floating-point numbers from a (nearly) normal
 distribution, and random keys used in public-key cryptosystems. librandombytes
 is dedicated to obtaining fresh random bytes in the first place, and leaves
 it to higher-level libraries to convert those bytes into other types of random
 objects.
 .
 librandombytes aims for the following stringent randomness goal: no feasible
 computation will ever be able to tell the difference between the output bytes
 and true randomness (independent uniformly distributed random bytes). This
 makes the randombytes() output suitable for use in applications ranging from
 simulations to cryptography.
 .
 Command line tool "randombytes-info".

randombytes-dbgsym: debug symbols for randombytes