Skip to content

Commit

Permalink
Revert "Fix the matrix URL"
Browse files Browse the repository at this point in the history
This reverts commit 31ebd02.
  • Loading branch information
brndnmtthws committed Apr 20, 2024
1 parent 31ebd02 commit a34a59d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Docs](https://docs.rs/dryoc/badge.svg)](https://docs.rs/dryoc) [![Crates.io](https://img.shields.io/crates/v/dryoc)](https://crates.io/crates/dryoc) [![Build & test](https:/brndnmtthws/dryoc/actions/workflows/build-and-test.yml/badge.svg)](https:/brndnmtthws/dryoc/actions/workflows/build-and-test.yml) [![Codecov](https://img.shields.io/codecov/c/github/brndnmtthws/dryoc)](https://app.codecov.io/gh/brndnmtthws/dryoc/)

[💬 Join the Matrix chat](https://matrix.to/#/#dryoc:matrix.frens.io)
[💬 Join the Matrix chat](https://matrix.to/#/#dryoc:frens.io)

# dryoc: Don't Roll Your Own Crypto™<sup>[^1]</sup>

Expand Down Expand Up @@ -51,7 +51,6 @@ For example usage, refer to the

To enable all the SIMD backends through 3rd party crates, you'll need to also
set `RUSTFLAGS`:

* For AVX2 set `RUSTFLAGS=-Ctarget-cpu=haswell -Ctarget-feature=+avx2`
* For SSE2 set `RUSTFLAGS=-Ctarget-feature=+sse2`
* For Neon set `RUSTFLAGS=-Ctarget-feature=+neon`
Expand Down

0 comments on commit a34a59d

Please sign in to comment.