Skip to content

Commit

Permalink
fix readme by adding a stop
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Jun 19, 2024
1 parent 2f437fe commit 1b09d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For x86/x86_64 (`i686`/`x86_64` in targets), AES-NI is used if available, which

For ARMv8 (`aarch64` in targets), while ARMv8 Cryptography Extensions is supported, to use it,
in addition to the above, you need to set some flags to enable it.
See the [doc of the aes crate] for details
See the [doc of the aes crate] for details.
We also quote the section here:

[doc of the aes crate]: https://docs.rs/aes/latest/aes/
Expand Down

0 comments on commit 1b09d73

Please sign in to comment.