You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orion is a cryptography library written in pure Rust. It aims to provide easy and usable crypto while trying to minimize the use of unsafe code. You can read more about Orion in the [wiki](https://github.com/orion-rs/orion/wiki).
@@ -19,12 +19,12 @@ Experimental support (with `experimental` feature enabled):
19
19
### Security
20
20
This library has **not undergone any third-party security audit**. Usage is at **own risk**.
21
21
22
-
Orion uses formally verified arithmetic, generated by Fiat Crypto, for the X25519 and Poly1305 implementations.
22
+
Orion uses formally verified arithmetic, generated by Fiat Crypto, for the X25519 and Poly1305 implementations.
23
23
24
24
See the [SECURITY.md](https://github.com/orion-rs/orion/blob/master/SECURITY.md) regarding recommendations on correct use, reporting security issues and more. Additional information about security regarding Orion is available in the [wiki](https://github.com/orion-rs/orion/wiki/Security).
25
25
26
26
### Minimum Supported Rust Version
27
-
Rust 1.74 or later is supported however, the majority of testing happens with latest stable Rust.
27
+
Rust 1.80 or later is supported however, the majority of testing happens with latest stable Rust.
28
28
29
29
MSRV may be changed at any point and will not be considered a SemVer breaking change.
0 commit comments