项目作者: trailofbits

项目描述 :
消息层安全组消息传递协议的Rust实现
高级语言: Rust
项目地址: git://github.com/trailofbits/molasses.git
创建时间: 2019-01-30T21:36:31Z
项目社区:https://github.com/trailofbits/molasses

开源协议:Other

下载


Molasses

Build Status
Coverage

An extremely early implementation of the Message Layer Security group
messaging protocol. This repo is based on
draft 4 of the MLS protocol
specification. To build internal docs, do

  1. cargo doc --document-private-items

Example Usage

See examples/sample_interaction.rs for an example of how to use
this crate. To run the example, do

  1. cargo run --example sample_interaction

Warning

This software should not be used in any security-sensitive contexts. Use at your own risk.

License

Licensed under Apache License, Version 2.0, (LICENSE)