Re: [PATCH 00/45] Add RISC-V vector cryptographic instruction set support

2023-03-23 Thread Daniel Henrique Barboza
Hi, On 3/10/23 13:03, Lawrence Hunter wrote: NB: this is an update over the patch series submitted today (2023/03/10) at 09:11. It fixes some accidental mangling of commits 02, 04 and 08/45. This patchset provides an implementation for Zvkb, Zvkned, Zvknh, Zvksh, Zvkg, and Zvksed of the

Re: [PATCH 00/45] Add RISC-V vector cryptographic instruction set support

2023-03-23 Thread Christoph Müllner
On Thu, Mar 23, 2023 at 12:34 PM Lawrence Hunter wrote: > > On 21/03/2023 12:02, Christoph Müllner wrote: > > On Fri, Mar 10, 2023 at 10:16 AM Lawrence Hunter > > wrote: > >> > >> This patchset provides an implementation for Zvkb, Zvkned, Zvknh, > >> Zvksh, Zvkg, and Zvksed of the draft RISC-V

Re: [PATCH 00/45] Add RISC-V vector cryptographic instruction set support

2023-03-23 Thread Lawrence Hunter
On 21/03/2023 12:02, Christoph Müllner wrote: On Fri, Mar 10, 2023 at 10:16 AM Lawrence Hunter wrote: This patchset provides an implementation for Zvkb, Zvkned, Zvknh, Zvksh, Zvkg, and Zvksed of the draft RISC-V vector cryptography extensions as per the 20230303 version of the

Re: [PATCH 00/45] Add RISC-V vector cryptographic instruction set support

2023-03-21 Thread Christoph Müllner
On Fri, Mar 10, 2023 at 10:16 AM Lawrence Hunter wrote: > > This patchset provides an implementation for Zvkb, Zvkned, Zvknh, Zvksh, > Zvkg, and Zvksed of the draft RISC-V vector cryptography extensions as per > the 20230303 version of the specification(1) (1fcbb30). Please note that the >

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support

2023-03-10 Thread Lawrence Hunter
NB: this is an update over the patch series submitted today (2023/03/10) at 09:11. It fixes some accidental mangling of commits 02, 04 and 08/45. This patchset provides an implementation for Zvkb, Zvkned, Zvknh, Zvksh, Zvkg, and Zvksed of the draft RISC-V vector cryptography extensions as per

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support

2023-03-10 Thread Lawrence Hunter
This patchset provides an implementation for Zvkb, Zvkned, Zvknh, Zvksh, Zvkg, and Zvksed of the draft RISC-V vector cryptography extensions as per the 20230303 version of the specification(1) (1fcbb30). Please note that the Zvkt data-independent execution latency extension has not been