在 C++ 中实现建议的消息层安全 协议。取决于 C++17、数据结构的 STL 和加密的 OpenSSL。
包含一个方便的 Makefile 以避免需要记住一堆 CMake 参数。
[hidecontent type="logged" desc="隐藏内容:登录后可查看"]
> make # Configures and builds the library
> make dev # Configure a "developer" build with tests and checks
> make test # Builds and runs tests
> make format # Runs clang-format over the source
clang-format
风格。如果您使用顶级 Makefile(如上所建议),它会自动为您格式化。RatchetNode
)derive_epoch_keys
)_
私有成员变量以下划线 ( )开头[/hidecontent]