This commit is contained in:
ShouNichi 2023-12-26 04:41:25 +00:00 committed by GitHub
parent a2a1502c69
commit 98b73dc975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# 致谢与署名Acknowledgements & Credits
# 致谢与署名
Reticulum 站在巨人的肩膀上。没有前人移山般的开源工作、多位贡献者的参与以及各位对本项目的支持Reticulum 就不可能存在。非常感谢每一位帮助过这个项目的人。
Reticulum 用到了一系列其他的模块与项目。对以下项目的作者与贡献者致以诚挚的感谢。
Reticulum 用到了一系列模块与项目。在这里,对以下项目的作者与贡献者致以诚挚的感谢。
- [PyCA/cryptography](https://github.com/pyca/cryptography), *BSD License*
- [Pure-25519](https://github.com/warner/python-pure25519) by [Brian Warner](https://github.com/warner), *MIT License*
@ -18,7 +18,7 @@ Reticulum 用到了一系列其他的模块与项目。对以下项目的作者
Reticulum 的协议设计与参考实现是由 Mark Qvist 于 2014-2022 进行的。
[Reticulum 的 Python 参考实现](https://github.com/markqvist/reticulum) 以及这个网站均为 [MIT 授权](license.html)。若想支持开发,请<a href="donate.html">捐赠</a>
Reticulum 的 [Python 参考实现](https://github.com/markqvist/reticulum) 以及这个网站均为 [MIT 授权](license.html)。若想支持 Reticulum 的开发,欢迎<a href="donate_zh-cn.html">捐赠</a>
----------------