mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
Adding readme files to examples
This commit is contained in:
9
examples/echo/README.md
Normal file
9
examples/echo/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
### Important notes
|
||||
|
||||
This example should be able to work with noise-c echo example.
|
||||
Echo constants required for proper encoding of Noise Protocol name were ported directly from noise-c.
|
||||
|
||||
More info on noise-c echo: https://rweather.github.io/noise-c/example_echo.html
|
||||
|
||||
### Usage
|
||||
TBD
|
||||
3
examples/noise-keys/README.md
Normal file
3
examples/noise-keys/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Keypairs in this directory were generated solely for usage in examples. Private keys are not protected with a passphrase.
|
||||
|
||||
**DO NOT** use them for any other purpose than testing, as they are publicly available and it will pose a security threat to you.
|
||||
Reference in New Issue
Block a user