Skip to content

Commit

Permalink
README.md: add maintenance mode only notice for this repo (#55)
Browse files Browse the repository at this point in the history
Going forward, ASM should be added directly to the relevant hashes crates using
inline assembly as stabilized in Rust 1.59.

See #45
  • Loading branch information
tarcieri authored Jan 16, 2023
1 parent 8e18207 commit a610061
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ functionality please refer to the crates from
enabled `asm` feature `md5`, `sha-1`, `sha2` and `whirlpool` crates will use
code from this repository.

## NOTE: this repo is in maintenance mode only

Now that inline assembly is stable (as of Rust 1.59), assembly should be added
directly to the relevant crates at <https://github.com/RustCrypto/hashes>.

For more information, see [#45].

## Supported Platforms

All crates are tested on the following platforms:
Expand Down Expand Up @@ -47,3 +54,4 @@ dual licensed as above, without any additional terms or conditions.
[//]: # (general links)

[#17]: https://github.com/RustCrypto/asm-hashes/issues/17
[#45]: https://github.com/RustCrypto/asm-hashes/issues/45

0 comments on commit a610061

Please sign in to comment.