librandombytes 0~20240318-1 source package in Ubuntu

Changelog

librandombytes (0~20240318-1) unstable; urgency=medium

  * New upstream version 20240318
  * d/gbp.conf: add [pull] track-missing = True
  * d/librandombytes1.symbols fix lintian error
    symbols-file-contains-current-version-with-debian-revision
  * d/randombytes.manpages: add randombytes-info.1 manpage
  * d/copyright: bump copyright years
  * d/compiler/gcc: fix looping when CC=clang or CC=gcc
  * d/salsa-ci.yml: add and enable wrap-and-sort

 -- Jan Mojžíš <email address hidden>  Mon, 15 Apr 2024 07:25:21 +0200

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
librandombytes_0~20240318-1.dsc 2.2 KiB d21b0a456a602fe9e681ebbaaca421548122e820ac1bfb0a270bec0ac08fa347
librandombytes_0~20240318.orig.tar.gz 29.4 KiB fae6fb839096e54ce8abb6dc8ae46ed67b02034474e83cbda088eddd2e584641
librandombytes_0~20240318-1.debian.tar.xz 5.2 KiB b8cd39dd03c91fc9545b2734b22171b5faec242c64d7354ec23a1dcf4e4de855

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