forked from riscv/riscv-crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.0.4] applying internal review feedback
- Loading branch information
Showing
4 changed files
with
34 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[[crypto_vector_introduction]] | ||
== Introduction | ||
|
||
This document describes the proposed _vector_ _extra_ cryptography | ||
This document describes the proposed _additional_ _vector_ cryptography | ||
extensions for RISC-V. | ||
Those extensions extend the _vector_ cryptography extensions for RISC-V, | ||
providing extra features not mandatory for a high performace implementation but which | ||
can help further improve the efficiency of the algorithms that use them. | ||
providing additional features not mandatory for a high performace implementation but which | ||
can help further improve the efficiency some algorithms (e.g. CRC, AES-GCM). | ||
All instructions proposed here are based on the Vector registers. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters