diff options
author | pukkamustard <pukkamustard@posteo.net> | 2020-11-30 10:39:18 +0100 |
---|---|---|
committer | pukkamustard <pukkamustard@posteo.net> | 2020-11-30 10:39:18 +0100 |
commit | 2ff5c6c70a2308665b6e594b4b9fbb195f458673 (patch) | |
tree | 8a1f84d3b97136f1f979baec8cbf3fefcdc8fcf6 | |
parent | e16de3557b32ba05d9cecfaef4a77ece661bef97 (diff) |
README.md: add acknowledgments.
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16,7 +16,7 @@ This package includes the [Monocypher](https://monocypher.org/) cryptographic li Only a very limited set of functions from Monocypher are bound in the Erlang module. -Contributions to bind more functions are very welcome. +Contributions are very welcome! Please email pukkamustard@posteo.net. See also the [Monocypher documentation](https://monocypher.org/manual/). @@ -47,6 +47,10 @@ See also the [Monocypher documentation](https://monocypher.org/manual/). - [ ] `crypto_ed25519_sign` - [ ] `crypto_ed25519_check` +## Acknowledgments + +erlang-monocypher was initially developed for the [openEngiadina](https://openengiadina.net) project and has been supported by the [NLNet Foundation](https://nlnet.nl/) trough the [NGI0 Discovery Fund](https://nlnet.nl/discovery/). + ## License LGPL-3.0-or-later |