mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
Update rosenpass.1
Small grammatical changes.
This commit is contained in:
committed by
GitHub
parent
605b6463ff
commit
1b383d494c
@@ -12,13 +12,13 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
performs cryptographic key exchanges that are secure against quantum-computers
|
performs cryptographic key exchanges that are secure against quantum-computers
|
||||||
and outputs the keys.
|
and then outputs the keys.
|
||||||
These keys can then be passed to various services such as wireguard or other
|
These keys can then be passed to various services, such as wireguard or other
|
||||||
vpn services as pre-shared-keys to achieve security against attackers with
|
vpn services, as pre-shared-keys to achieve security against attackers with
|
||||||
quantum computers.
|
quantum computers.
|
||||||
.Pp
|
.Pp
|
||||||
This is a research project and quantum computers are not thought to become
|
This is a research project and quantum computers are not thought to become
|
||||||
practical in less than ten years.
|
practical in fewer than ten years.
|
||||||
If you are not specifically tasked with developing post-quantum secure systems,
|
If you are not specifically tasked with developing post-quantum secure systems,
|
||||||
you probably do not need this tool.
|
you probably do not need this tool.
|
||||||
.Ss COMMANDS
|
.Ss COMMANDS
|
||||||
@@ -31,7 +31,7 @@ file secret!
|
|||||||
Start a process to exchange keys with the specified peers.
|
Start a process to exchange keys with the specified peers.
|
||||||
You should specify at least one peer.
|
You should specify at least one peer.
|
||||||
.Pp
|
.Pp
|
||||||
It's
|
Its
|
||||||
.Ar OPTIONS
|
.Ar OPTIONS
|
||||||
are as follows:
|
are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
@@ -39,7 +39,7 @@ are as follows:
|
|||||||
Instructs
|
Instructs
|
||||||
.Nm
|
.Nm
|
||||||
to listen on the specified interface and port.
|
to listen on the specified interface and port.
|
||||||
By default
|
By default,
|
||||||
.Nm
|
.Nm
|
||||||
will listen on all interfaces and select a random port.
|
will listen on all interfaces and select a random port.
|
||||||
.It Ar verbose
|
.It Ar verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user