Re: [PATCH V3 0/5] RISC-V: Implement Scalar Cryptography Extension

2023-03-05 Thread Kito Cheng via Gcc-patches
Committed, thanks! On Mon, Feb 20, 2023 at 3:01 PM Liao Shihua wrote: > > This series adds basic support for the Scalar Cryptography extensions: > * Zbkb > * Zbkc > * Zbkx > * Zknd > * Zkne > * Zknh > * Zksed > * Zksh > > The implementation follows the version Scalar Cryptography v1.0.0 of the >

[PATCH V3 0/5] RISC-V: Implement Scalar Cryptography Extension

2023-02-20 Thread Liao Shihua
This series adds basic support for the Scalar Cryptography extensions: * Zbkb * Zbkc * Zbkx * Zknd * Zkne * Zknh * Zksed * Zksh The implementation follows the version Scalar Cryptography v1.0.0 of the specification, which can be found here: https://github.com/riscv/riscv-crypto/releases/tag/v1.0.