-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (115 loc) · 6.67 KB
/
index.html
File metadata and controls
115 lines (115 loc) · 6.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Fri Sep 16 2022 15:09:18 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61ed94a9695712da1a900b5c" data-wf-site="61e9e0744c21712c2e2e1762">
<head>
<meta charset="utf-8">
<title>OpenMLS</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/openmls.webflow.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Inter:regular,500,600,700,800,900"] }});</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script defer="" data-domain="openmls.tech" src="https://plausible.io/js/plausible.js"></script>
</head>
<body class="body">
<div class="section wf-section">
<div class="container w-container">
<div class="div-block logo-div">
<div class="logo">Open</div>
<div class="logo logobold">MLS</div>
</div>
</div>
</div>
<div class="wf-section">
<div class="container w-container">
<div class="hero-div">
<div>
<h1 class="heading-2">An open-source implementation of the Messaging Layer Security protocol</h1>
</div><img src="images/tree.svg" loading="lazy" width="320" alt="Binary tree" class="image">
</div>
<div class="intro-div">
<div class="div-block-3">
<div class="text-block">OpenMLS is a software library that can serve as a building block in applications that require end-to-end encryption of messages.<br><br>It has a safe and easy-to-use interface that hides the complexity of the underlying cryptographic operations.<br></div>
</div>
</div>
<div class="feature-div">
<div class="div-block-4">
<h2 class="feature-heading">What is MLS?</h2>
<div class="feature-text-block">Messaging Layer Security (MLS) is a security layer for end-to-end encrypting messages in groups of size two to many. It is being built by the IETF MLS working group and designed to be efficient, practical and secure.</div>
</div>
<a href="https://messaginglayersecurity.rocks" class="button light-button feature-button w-button"><span>See more</span></a>
</div>
</div>
</div>
<div class="section-2 wf-section">
<div class="container main-container w-container">
<div class="collection-item">
<div class="image-div"><img src="images/code.svg" loading="lazy" alt="" class="item-image"></div>
<div class="item-description">
<h2 class="item-heading">Code</h2>
<div class="rich-text-block w-richtext">
<p>The OpenMLS library is written in pure Rust. It supports different cryptographic backend libraries. It ships with a backend based on RustCrypto and an optional backend based on Evercrypt.<br><br>The library can be compiled for all targets supported by the Rust standard library, including Android, iOS, Windows, Linux, macOS, and WebAssembly.</p>
</div>
<a href="https://github.com/openmls/openmls" class="button w-button">See the code</a>
</div>
</div>
<div class="collection-item">
<div class="image-div"><img src="images/docs.svg" loading="lazy" alt="" class="item-image"></div>
<div class="item-description">
<h2 class="item-heading">API documentation</h2>
<div class="rich-text-block w-richtext">
<p>The public API documentation describes in detail how to use the OpenMLS library.</p>
</div>
<a href="https://docs.rs/openmls/latest/openmls/" class="button w-button">See the documentation</a>
</div>
</div>
<div class="collection-item">
<div class="image-div"><img src="images/book.svg" loading="lazy" alt="" class="item-image"></div>
<div class="item-description">
<h2 class="item-heading">Book</h2>
<div class="rich-text-block w-richtext">
<p>The OpenMLS book is a user manual that explains how to use the different parts of OpenMLS and provides concrete examples.</p>
</div>
<a href="https://openmls.tech/book" class="button w-button">See the book</a>
</div>
</div>
<div class="collection-item">
<div class="image-div"><img src="images/blog.svg" loading="lazy" alt="" class="item-image"></div>
<div class="item-description">
<h2 class="item-heading">Blog</h2>
<div class="rich-text-block w-richtext">
<p>Curious about the latest developments or a technical deep dive into the internals of OpenMLS? Check out the blog!</p>
</div>
<a href="https://openmls.tech/blog" class="button w-button">See the blog</a>
</div>
</div>
<div class="collection-item">
<div class="image-div"><img src="images/maintain.svg" loading="lazy" alt="" class="item-image"></div>
<div class="item-description rich-text">
<h2 class="item-heading">Maintenance & Support</h2>
<div class="rich-text-block w-richtext">
<p>OpenMLS is maintained and supported by <a href="https://phnx.im">Phoenix R&D</a> and <a href="https://cryspen.com">Cryspen</a>.</p>
</div>
</div>
</div>
</div>
</div>
<div class="wf-section">
<div class="container w-container">
<div class="feature-div">
<h2 class="feature-heading contact-heading">Say hello!</h2>
<a href="mailto:hello@openmls.tech" class="button light-button contact-button w-button">hello@openmls.tech</a>
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=61e9e0744c21712c2e2e1762" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>