Adding readme files to examples

This commit is contained in:
Piotr Lizonczyk
2017-08-06 16:34:48 +02:00
parent 611c456d5e
commit fd95788672
2 changed files with 12 additions and 0 deletions

9
examples/echo/README.md Normal file
View 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

View 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.