File: randombytes-info.1

package info (click to toggle)
librandombytes 0~20240318-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 328 kB
  • sloc: ansic: 411; python: 340; sh: 137; makefile: 23
file content (40 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "randombytes-info" "1" "" "" ""
.hy
.SS NAME
.PP
randombytes-info - report information about random-number generator
.SS SYNOPSIS
.IP
.nf
\f[C]
randombytes-info
\f[R]
.fi
.SS DESCRIPTION
.PP
\f[V]randombytes-info\f[R] prints human-readable information about the
RNG selected by \f[V]randombytes()\f[R].
.PP
The format is subject to change but currently includes a
\f[V]randombytes source\f[R] line, \f[V]randombytes test_fork\f[R] lines
(which should show different random-looking data for \f[V]x\f[R] and
\f[V]y\f[R]), and \f[V]randombytes timing\f[R] lines.
.SS SEE ALSO
.PP
\f[B]randombytes\f[R](3)