mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
improve readme
This commit is contained in:
parent
a96762b942
commit
fc66c3b91f
1 changed files with 3 additions and 0 deletions
|
@ -190,6 +190,9 @@ You can choose from several different elliptic curves to use for encryption by u
|
||||||
croc --curve p521 <codephrase>
|
croc --curve p521 <codephrase>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Available curves are P-256, P-348, P-521 and SIEC. SIEC is the default curve used, it is a lesser known curve that belongs to a class of "super-isolated" curves which has security that does not reduce to the security of curves around it. (Scholl, Travis. Experimental Mathematics 28.4 (2019): 385-397)
|
||||||
|
|
||||||
|
|
||||||
### Self-host relay
|
### Self-host relay
|
||||||
|
|
||||||
The relay is needed to staple the parallel incoming and outgoing connections. By default, `croc` uses a public relay but you can also run your own relay:
|
The relay is needed to staple the parallel incoming and outgoing connections. By default, `croc` uses a public relay but you can also run your own relay:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue