diff --git a/examples/echo/README.md b/examples/echo/README.md new file mode 100644 index 0000000..7aac25f --- /dev/null +++ b/examples/echo/README.md @@ -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 \ No newline at end of file diff --git a/examples/noise-keys/README.md b/examples/noise-keys/README.md new file mode 100644 index 0000000..72bf9e4 --- /dev/null +++ b/examples/noise-keys/README.md @@ -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. \ No newline at end of file